Hi Community,
There are of 5 specific users who can create an issue in a project.
The reporter (out of 5) cannot move own ticket to next stage, only the rest of 4 users can do this.
considering the reporter is also part of this list of 5 users who can move the ticket, how can this be achieved?
Hello @Kaushal Kumar Singh
Welcome to the Atlassian community.
What type of project are you using? Get that information from the View All Projects page under the Projects menu.
You can implement this by adding Conditions to each transition in the workflow used by the project to limit who can execute the transition.
This page includes information about that.
https://support.atlassian.com/jira-cloud-administration/docs/configure-advanced-issue-workflows/
Hi Trudy,
I am using a Company Managed project type.
I configured one part of this using ScriptRunner.
user.accountId != issue.reporter.accountId)
But for the other part where only selected people can move to next stage apart from the reporter, is something I am looking for.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Where have you added that script?
Is the script not working as you expect?
The parenthesis at the end seems like it would be a syntax error.
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.