You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hi,
Is anyone aware of a method to prevent the creator (reporter) of an issue from moving the issue from the first status of a workflow?
Basically i'm looking for an anti 'only reporter' condition.
I cant use the segregation of duties condition since technically with the workflow going from create > first status, it hasn't been transitioned by a user.
I also cant seemingly use any groupings of users as the only approvers since there could be crossover with issue creators and approvers.
Thanks.
Hello @elliott_day
Welcome to the community.
Are you working with a Classic project or a Next Gen project? It sounds like you might be using a Next Gen project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you trying to prevent the reporter from selecting him/herself as the Approver of the issue, and thereby prevent them from transitioning the issue to an Approved status?
If so, it seems that is not possible with the OTB product. See https://jira.atlassian.com/browse/JSDCLOUD-6249
You would need an add-on to add the appropriate condition to the workflow transition to block the Reporter's access to the transition. This could be done with Adaptavist Scriptrunner, for example. See this post from 2018.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've got a pre-determined group of approvers, however individuals within this group are also able to create the issues.
So rather than selecting themselves as approver they may already be within the list of approvers from that status. I'm just looking to segregate so that someone couldn't create and approve their own issue, even if they are fine to approve other individuals issues that hit the same status. Hope that makes sense.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Adding Scriptrunner and the code user != issue.reporter in the transition conditions worked. Thanks very much for your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey there Cloud Community members! We’re excited to give you the first glimpse of the new home for business teams on Jira — Jira Work Management. Jira Work Management is the next generation of J...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.