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!
Is there a way to automatically set statuses on defined triggers?
First of all I would like to have the following setup:
DevTeam Status - A, B, C, D
QA Status - E, F, G
Example:
I have a DevTeam working on issues with the following statuses:
Step 1. Backlog (A)
Step 2. To Do (B)
Step 3. In Progress (C)
Step 4. Done (D)
And I have a QA Team working on issues with the following statues:
Step 1. QA To Do (E)
Step 2. QA In Progress (F)
Step 3. QA Done (G)
Now what I would like to happen is that every time an issue is set to "Step 4. Done", it will automatically be set to "Step 1. QA To Do".
I decided to separate DevTeam from QA Team because I cannot edit the underlying ultimate value of status categories (to do, in progress and done). So, my current problem is every time a DevTeam work is done (Step. 4 Done (D)), Jira sees it as "Done" based on the Status Category, however looking bird's eye view on the project, it is not yet done because work will just begin on the QA Side (Step 1. QA To Do (E)).
Thanks!!!