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.
Hello,
i have a project structure like this :
Project XYZ
- Plan A
- Plan B
- Plan C
- Plan D
is it possible to configure a plan that runs all plans inside a project for a specific branch and also disable a plan ?
Like run all plans for a `release` branch and disable Plan C so it runs A, B and D only.
Hi @sshrivastava22 ,
It is possible to configure all these plans to run sequentially by configuring dependencies. You can make PlanA as a parent for PlanB, and so on. This way, once Plan A is done running, it triggers other plans sequentially.
There is no option to disable a plan once it is finished running. Could you please elaborate the need to disable a plan once it is done running? If it is a plan branch, how about configuring Automatic branch management? This helps to clean up (disable) a plan branch automatically soon after there is no new commits in that branch.
You may also check if configuring a strict Dependency blocking strategy helps for your use case such that a particular plan doesn't run if it doesn't meet some criteria.
Hope that helps! If I misunderstood your requirement, please clarify.
Cheers,
Jey
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.