Hello, I have a Jira Software Team-Managed project. Is it possible to do a live check on the child issue statuses and update the parent issue.
For context, in the parent issue, I have created a dropdown field and renamed it to "Issues Noted" with two options "Yes" and "No".
Each parent ticket would have either 11 or 13 child issues depending on what type of system is selected when creating a ticket.
I want to do a live check on the child issues whereby when all child issues are in "Approved' status, the Issues Noted field in the parent issue will be updated to Yes. While when at least one or more child issues are in "Approved - With Issues" status, the Issues Noted field will be update to No.
As long as there is an update to the child issues' statuses, I want the parent issue to be updated - this would be the live check portion.
I appreciate any tips on this. Thank you.
I have attach some of the screenshots to my rule but it didn't work. The child issue is named as Subtask.
@Nur Fatin instead of using "if: sub-tasks match" use "if: children match" (related issues condition)
In case of "Approved" you should select if children: "all match specified JQL"
In case of "Aproved-with issues", you should select "some match specified JQL".
Note: in case you have other issues types beside Subtasks in your epic, you can expand your if condition jqls with (for instance): type=Subtask and status =.... In order to avoid checking of issues other than Subtask
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.