I'm trying to update the Epic assignee from its child issue(custom issue type).when the epic transitioned to a particular status and the child issue is in "To Do" status.
for the above scenario I need automation rule.
kindly help me there is any workaround.
Regards,
Vishnu Vardhan.
Hi Vishnu,
It doesn't make sense to update the Epic assignee based on one of the child assignees. You might have multiple children, so every time one updates, it overwrites the Epic and the Epic then keeps changing. That's not how it should work.
Hi @John Funk
Yes we need this You might have multiple children, so every time one updates, it overwrites the Epic and the Epic then keeps changing.
if any possibility/workaround please let me know.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don’t understand - what’s the purpose of having an assignee for the Epic if it’s constantly changing?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Epic status moment based on child issues and this would be automated. when epic is in particular status epic assignee should not be unassigned.
this was the requirement.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am confused again - you never mentioned the Assignee being unassigned.
What are the EXACT requirements for what you are trying to accomplish?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Epic Workflow containing
To Do
Status-A
Status-B
Status-C
Status-D
Status-E
Completed
for each epic status we have custom issue types( status-a, status-b, status-c, status-d and status-e) these custom issue types are the child issues of epic and the workflow is
to do
in progress
completed
when the status-a issue is in progress the epic moves to Status-A from To Do and the assignee of the epic should be copy from the status-a assignee and status-a issue completed then the Epic moves to Status-B and the assignee should status-b issue assignee.
status-b issue completed then the Epic moves to Status-C and the assignee should copy from the status-c issue.
hope you understand the scenario.
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That still makes absolutely no sense to me, but hey, knock yourself out with it.
You will need an automation rule that has a trigger of Issue Transitioned. Use the two statuses for To Do and In Progress.
Then add a Condition for Issue Type = status-a
Then add a Branch for Parent
Under the branch add an action for Transition Issue
Set the transition to Status-A
Then add an action for Assign Issue
Use Copy from another issue - use Issue that triggered rule.
That will take care of Status-A.
Create a second rule for Issue Transitioned to Completed.
Then add condition for IF/ELSE. For the first If, use Issue Type - status-a
Then add a Branch like above for Parent.
Then do the same things you did for the first rule under the branch.
Good Luck!
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.