Hello,
I am creating a new workflow. I'd like it to look something like this:
Task Created (Open) > In Progress (In Progress) > Technical Review (In Review) > Project Manager Review (In Review) > Done (Done)
The problem is that we can't use two of the same "In Review" statuses. What is the best way to have two approval steps in the same workflow? The project manager won't always be the 'reporter', so I decided against using the "Resolved" status to accomplish this.
Thank you!
Hi John,
You can add statuses to the workflow rather than relabelling the existing statuses. Instructions for adding statuses are at https://confluence.atlassian.com/jirakb/define-new-status-or-steps-in-jira-workflow-718835875.html
Add a new status for Technical Review and another for PM Review and have the workflow as you've described in your question.
Does that help?
Andrew.
Offhand, you'd point both "Review" transitions to the same status, but determine which one is available using a condition based on some non-empty custom field, such as "Technical Reviewer" (which you'd log during the first transition, to indicate that we are ready for the second one).
As in, "Technical Review" would have a Condition, "Technical Reviewer" is null, while "Project Manager Review" would have a Condition, "Technical Reviewer" is not null. Or maybe just a pair of checkboxes indicating which review(s) are complete, instead of the actual reviewer(s).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Andrew Frayling,
This is precisely what I was looking for. Thank you so much!
I really appreciate your reply, as well, @Jeremy Gaudet - your solution actually helped me solve another issue!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.