How to copy the name from parent task to child task through automation?
Like whenever a child task is created the parent.name gets automatically populated in its subject line
I created this rule
and its enabled, but it shows this error, please refer to the screenshot attached below
Is issue WEB-570 a sub-task? What happens is that the rule will fire every time an issue is created on that project (or all projects if it is a Global rule). So this is just information, not an error.
yes its a global rule but it wasnt executed, the name was not copied on child task. thats what my concern is
or should i create this rule in each project individually?
so my automation has started working on company managed projects, but it over ruling the existing sub task name, it should be parent name + subtask name.
How can I fix this?
Well, if I am reading all of that right in what you have presented, the only Condition you are using checks if the Issue is a Sub-task. You said it is, but the Audit Log says it isn't - so there's a disconnect there somewhere.
So the Sub-task will get created as it is filled out.
So for Edit Issue Summary field, put in the code:
{{issue.parent.summary}} - {{issue.summary}}
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Get the most out of Jira
Start with basic Jira terms and navigation. Then, discover how to effectively organize work and customize your Jira experience.
Learning Path
Atlassian tools and practices for developers
Reduce context switching by making Jira more efficient, and apply collaboration best practices for streamlined team operations.
Atlassian Certified Associate
Jira Essentials certification
Validate your knowledge of key Jira concepts like using work items, spaces, boards, and Rovo.