I would like to create an automatization to add the same linked issues to the subtask than the task itself. Is there a possibility?
Background we link the contracts (project) with the "Child of" Connection. Subtasks not.
Hello @Stefanie
Welcome to the Atlassian community!
When do you want this to occur?
- Only when the subtask is initially created?
- Whenever another link is added to the parent issue?
What if ...?
- a link is removed from the parent issue?
- the subtask is moved to a different parent issue?
- the subtask is converted to a standard task and is no longer a subtask?
Do you use the "child of" link type only when linking a Contract? Are Contracts a unique issue type?
Thank you for your quick answer. The best case scenario would be following.
Trigger: creation of the subtask - no updates after the creation needed.
What if conditions are not needed in our case - the link can stay as initally assigned at the time of the creation.
There are 3 Types off issues we are using depending on the type of contract
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In the parents of subtasks is the "child of" link used only to link to those three issue types?
Is any other link type used to link parents of subtasks to those three issue types?
With those two questions I'm trying to discern if the automation could
- look simply for any type of link to those three issue types, or
- look for any issues linked by "child of", or
- if there need to use conditions in the automation to limit the search to linked issues of link type "child of" where the linked issues are only of those three types.
Also, are all these issues in the same project, or are you creating links across projects?
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.