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.
The Automation should be- when the dependent task is completed, then only my current task should be moved to dependent hold to On-track.
Please tell me the automation procedure
Hello @Angel
Welcome to the Atlassian community!
Do you have any experience creating Automation Rules? Have you reviewed the documentation on the topic?
Have you tried to construct this rule? If so, show us what you have so far and tell us where you are having difficulty.
How do you indicate that one task is dependent on another? Are you using issue linking for that? If so, which Issue Link Type are you using?
Are the issues in the same project or different projects?
The basics of the rule you want are:
TRIGGER: When issue transitions
Destination status equals the value you use for the "completed" status
BRANCH: For Related Issues / Linked Issues
Specify the link type used between the dependent issues
ACTION: (within the branch) Transition issue
- transitions the linked issue to the status you specify
Hello @Angel
Did the answer I provided help you resolve your issue? If so, please consider marking the Answer as Accepted, to help other users find posts with validated answers/solutions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, I want to create automation. I never tried automation. But for this I am not sure How to create -
The Automation should be- when the dependent task is completed, then only my current task should be moved to dependent hold to On-track.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Angel
I provided you with a link to the Automation Rules documentation. I suggest you review that as part of learning how to create Automation Rules.
I also provided an example of a rule that might work for you, with the Trigger, Branch, and Action components of the rule.
I am not sure that the rule will work for you without answers to the additional questions I asked.
How do you indicate that one task is dependent on another? Are you using issue linking for that? If so, which Issue Link Type are you using?
Are the issues in the same project or different projects?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, I did not notice the question you asked, Yes it is linked with another issue, under story linked issue should be task. It is linked by "relates to" that task - issue type is dependent.
same projects and also another project. So that's why it is very difficult to write automation, Please help me..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
if the related task are in different projects you will have to create a Global Rule. That is the only way you can work with issues in different projects
Can you provide a screen image that shows an issue that has dependent issues linked to it?
You said the task issue type is "dependent". Do you mean you have a special issue type named "dependent" that you use in this scenario?
Do you use the "relates to" issue link type to link other types of issue together?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, the custom issue type name is "Dependent task." so here
The Automation should be- when the dependent task is completed, then only my current task should be moved to on hold to On-track.
So once the dependent task - ASP- 674 is completed, then my current task should move to on hold to - on track automatically.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you have situations where your "current task" has more than one linked Dependency Task?
Are Dependency Tasks ever linked to other issue using the "relates to" relationship where the other issue is not actually dependent on the Dependency Task?
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.