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
Hello community, I am needing help creating an automation.
Context:
- I have the following workflow, I need to add a conditional in the automation that allows me to transition from the "TAKING EXAM" state to the state marked with the letter C or D
- The condition must be: if the issue passed through state B at some point in the workflow, then transition to state D
Is there any JQL search or smart value to apply that condition?
Note: the conditional is already configured in the WORKFLOW, but I need to specify it in an automation.
I have the automation set up as follows, but I am open to reading your opinions:
Thank you very much in advance for your collaboration.
Hello @Dario Alarcón
Looking at the first image in your original post you could modify the JQL in the trigger to include
AND status WAS "Certification Attempt 2 Planned"
That will result in limiting your selection to the issue that did, indeed, exist in the B status at some point in the past.
If you don't want the clause within the Trigger then you can add it as a Condition thus
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I was thinking of using the following "if" block: Advanced compare condition
But I don't know how to write the smart value referring to state "B"
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.