Created a JIRA checklist with this workflow - To Do > In Progress> Ready for 4eye Check > Done.
1. is there a way we can tag/setup certain tasks to require 'ready for 4eye check'
2. if one user drags the task to the 'ready for 4eye check' section, can we set it up in such a way that the user who '4eyes' and drags that task to the 'Done' section is not the same user who dragged it to the 4eye section?
Hi @ning.rubia ,
While this might not be doable out of the box, a workflow app that is capable of evaluating Jira Expressions can help (I've successfully tested your use case using Jira Workflow Toolbox).
Please try a Jira Expression as follows:
issue.getNewestChangelog('status', {toString: 'Ready for 4eye Check'}).author != user
Cheers,
Thorsten
P.S. I'm part of the team behind the aforementioned app.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.