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 one problem. In the desire to shorten the workflow because the cradle is too long and complex I came up with one idea that I need help with.
I will add an image to the attachment, but Accepted as a status should appear only when it has already been in the Prepared status twice, or only if it has previously used the Control transition and not before.
thanks in advance.
Best regards
Jurica Petricevic
when you say "it has already been in the Prepared status twice", you mean it was transitioned to the Prepared status once (from Reviewed), then it probably moved along the workflow to Accepted and beyond, and eventually returned to Reviewed and then Prepared? Or said differently, it was moved twice from Reviewed to Prepared?
As for enabling the transition when the Kontrolle transition has been run at least once, you'll need to "memorize" that Kontrollle transition execution somehow - either in a custom field or in an Issue Entity Property (using the "Set issue, user or project Entity Property value (JMWE app)" post-function) - and check that "memory" in a Scripted (Groovy) Condition. If you use an issue entity property, you can check it with:
!!issue.getEntityProperty("property-name")
when i say "it has already been in the Prepared status twice" then i think the "control" transition is already done.
This is only possible if this status has already been confirmed two times, minimal.
Can you give me more details here on how exactly to configure this. I tried alone but unsuccessfully.
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.
Hi @Jurica Petricevic ,
I would strongly recommend no to do it and just add another status between Prepared and Accepted. I understand that you want to reduce the number of statuses, but from my opinion this would complicate the solution unnecessarily.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm sorry, I don't mean no harm, I just doesn't seem right for me...
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.