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 friends! I have another problem.
I have 5 workflows that are included in the same workflow schema.
One of the workflows is the main one. The other 4 are as sub-workflows that correspond to each status in the main workflow.
I need these 4 workflows to be associated with the statuses of the main workflow. That is, when I create a issue, it should have the first status of the first sub-workflows.
Further, it is also necessary that there was a transition from the last status of a sub-workflow to the first status of the next sub-workflow.
I think it can be done with groovy (may be by post functions), but have no idea how to implement it.
Perhaps I did not fully describe everything. I can tell you in detail if you need.
I will be glad to receive your answers!
There is no such thing as sub-workflows as you have defined them here. By definition of status, an issue can only be in one istatus at a time, otherwise your reporting on status is nonsense.
You will either need to define your status as a single level and then build something that groups status together (similar to the status category that jira has already) or start breaking your issues down into sub-tasks that block the movement of their parents forward until they are complete.
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.