Hi Community,
I am working on Parent-Child linking automation between a Parent and Child projects.
I want to configure the below:
Parent P should only move to "Prioritized" (on Parent Board) when Children C1 and C2 are both answered Yes and moved to "Prioritized" (on Child Board) although C3 is answered No and moved to "Not Prioritized" (on Child Board).
I am struggling to configure the above case with running a Condition (Related Issues Status Condition) on Parent Workflow and a Post-function (Transition Issue(s)) on Child Workflow.
Please guide is there a way to the configure the same using scriptrunner, JMWE, or can you help me on how to configure it in Parent and Child workflows using Condition and Post-Functions.
Thanks
Interesting use case and meanwhile I haven't investigated the use of conditions & post functions for this, you should be able to achieve this with the use of Automations and hidden custom fields.
My solution below:
In the project where your "Child" issues are managed create the below automation rule:
parent = {{issue.parent}} AND status != Prioritized
A screenshot of this can be found at the very bottom (note I used a placeholder Status and Custom Field).
Then you could add a condition to the workflow for the Parent to have "Field value" for "Can Prioritize" MUST BE "Yes".
Alternatively, if you want it automatically transitioned when value, you could also then add the below actions to the branch:
Screenshot of the basic automation rule:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.