Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×We are using Automation addon. In one story, we create 3 subtasks with the help of cloning issues. Subtasks are cloned in sequence: 1>2>3.
Question is - how to get for 3rd subtask assignee which is specified in 1st subtask with help of JQL?
Found solution with little bit JSON code and new custom field, where temporary store value.
Hmmmm, I have used “copy from most recent issue” in automation. Are you creating all three within a single automation rule? Could you change the order of creation - 1-3-2? Just a thought. There may be another way but that comes to mind.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It is created within a single rule but different conditions, like:
if Issue type = 1 and linked issues clones are not present
then clone issue and change type to 2
else
if issue type =2 and linked issue clones are not present
then clone issue and change type to 3
The need is, when 3rd issue type is created, assign use from 1st issue type assignee value.
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.