I have an existing automation rule that will set the Story to DONE when all the Sub-Tasks are set to Done (When all sub-tasks are done → move parent to done). Works perfect. We now have administrators using the Cancelled status in their Sub-Tasks, so I need to adjust the automation rule.
When: Issue is transitioned to Done
For Parent - Status does not equal Done. And: Sub-tasks match "status = done". Related issues = Sub-tasks. Condition = All match specified JQL.
Then: Transition the issue to Done.
When I change And: Sub-tasks match "status = done OR status = cancelled" or "status = done AND status = cancelled" the rule fails to transition if the sub-tasks are set to cancelled. If one sub-task is set to cancelled and one sub-task is set to done the rule fires appropriately. I have tried many possible variations in changing\adjusting the "And:Sub-tasks match" field.
Is there something specific to the Cancelled status?
Thank you for your help.
This can be achieved by Group Custom Field Value option in Issue security.
For this you should use group picker field . create a group picker field and select the respective group (A,B,C..etc). In the security, you can select Group Custom Field Value option and choose the group picker field . so the respective group members only can view the ticket.
Thank you. I will try this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.