You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have made a project rule in a next-gen Jira project, that assigns sub-tasks to the assignee of the parent issue.
The rule runs successfully, but in the audit log, it says "No parent issue to get assignee".
The subtask does have a parent, and the parent issue has an assignee to copy.
Is this a bug, or is the parent-child link somehow broken?
Hello @Tobias Kaufmanas
Thank you for reaching out.
Indeed, Jira Next-gen projects have a different architecture than Classic projects, so some functions in Jira automation might not work as expected as explained in the Bug issue reported below:
NextGen Software projects are fairly broken in cloud automation
However, the link between sub-tasks and parent issues seems to be working fine in the automation of Next-gen projects. I tested it with the following rule and updated the sub-tasks issues just as expected:
That being said, in order to further investigate what can be causing the behavior you are facing, could you please provide us the complete rule you configured and test if the rule above works for you?
Hi Petter.
Here is the rule I tried:
When I look at the history panel, I can see that the parent gets assigned after the issue creation:
I am suspecting that maybe the rule is run before the parent gets set, when using the "Add a child issue" button, then there won't be a parent to copy from yet?
The rule you attached is working when commenting the parent issue, then the subtasks get assigned, so the link seems to work.
Thanks for looking into this.
- Tobias
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Tobias Kaufmanas
Thank you for the screenshot provided.
Your logic is completely correct: The rule is run before the parent gets set in the subtask, and this is causing the rule to fail.
To fix this behavior, you must add the action "Re-fetch issue data" to the rule before the final action:
Let us know if it works for you.
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.