Feb 20, 2023 04:43 PM
Hi
I want to define feature status by automation.
For example, if all the user stories of the feature are done then the feature is considered as completed.
Is it possible without a script ?
Thanks for your help.
Solved! Go to Solution.
Feb 20, 2023 05:44 PM
Hard to say without knowing what your base structure's like, but...probably?
Assuming your user stories are individual records linked to a single "Feature" record, you could do a lookup of the field that denotes the status of user story record and use a formula field with checking whether all of them are complete
Could you provide some screenshots of your tables and releavant fields?
Feb 20, 2023 05:44 PM
Hard to say without knowing what your base structure's like, but...probably?
Assuming your user stories are individual records linked to a single "Feature" record, you could do a lookup of the field that denotes the status of user story record and use a formula field with checking whether all of them are complete
Could you provide some screenshots of your tables and releavant fields?
Feb 21, 2023 12:54 AM - edited Feb 21, 2023 03:51 AM
Thanks Adam for your answer.
I have a base wich contains 3 tables :
According to your suggestion, I imagine an automation like this
when status US record is update in US Table
find linked feature in Link Table
find linked US to the founded feature in Link Table
Maybe, this Kind of automation can define parameters like (number of all US of a feature / number of US done)
Feature status can be automatically updated by using 2 previous parameters
For example , if number of All US = number of US done, then feature is completed.
Is that right ?
Feb 21, 2023 08:39 AM
It works without automation.
Only by using lookup et formula options.
Thanks Adam