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.
In our company we have created a workflow, which has an approvement step after the initial creation of the Issue.
An Issue can be approved by anyone, except the reporter. Or at least, that is the Idea.
After creation the Issues get the state Awaiting Approval, and then if approved they get the state Backlog.
We've tried using the Separation of Duties Constraint to get this to work.
Approve Issue Transition -> Constraint : Users that have performed the following transition may not do this transition: Any State -> Awaiting Approval
However, that does not seem to work, because Any State does not trigger on created state, I.E. No state.
There is a constraint Reporter Only, However, there is no negation on it as in Everyone but the reporter.
Does anyone have an Idea on how we can acheive this?
Hi Sverre,
Welcome to Atlassian Community!
Currently, it's not possible to prevent the reporter to approve their own issues. If they have permission, they will be able to do this. We have a feature request suggesting the implementation of this ability:
- https://jira.atlassian.com/browse/JSDCLOUD-6678
Please, click on vote and watch to receive updates.
The best option, in this case, would be adding a Condition in the workflow, but there is nothing specific for reporter, so all users that usually are only approvers of tickets, you could add them to a group or role for example, and then add the condition to only allow them to execute the transition.
Regards,
Angélica
I came across this issue and able to do it on Jira Sofware cloud using the below steps.
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.