Currently we have 5 Roles in our project- Administrator, Domain/Digital SMEs, Idea Creator, Idea Creator Country and CT , Viewer
1) Administrator (Jira Created Role)- People in this role can do almost all things( Administer Project, work on ideas etc)
2) Domain/Digital SMEs-Access to create and edit ideas, collaborate across all ideas, assign, change statuses.
Unable to create, delete, modify or rename on anyone's views.
3) Idea Creator-Create ideas, comment on ideas, modify ideas, view navigation.
Cannot update status, delete, rename or modify filtering or views. Cannot modify other people's ideas.
4) Viewer(Jira Created Role)-Viewer can search through project, comment .
5) Idea Creator Country and CT-Copy of Member role (Jira Created Role) they can add, edit ,comment but cannot transition an issue from one status to another
We want to give access to only specific people to change status at a specific stage .
For ex- We want only 2 specific users having access to move issues from status 5 to status 6 and no one else.
So it brings up the question: Is it possible to create permissions status wise?
The answer is sort of. You can limit Status transitions in Product Discovery based on permissions, using Workflow Rules.
To access these, as a Project Admin:
Choose the rule "Validate that people have a specific permission"
You can then use this to limit who has access to each transition, based on what permissions they have access to through their roles.
This isn't exactly what you need, but it's what is available within the Workflow itself at this point
---
There are additional Workflow Rules in standard Team-managed Projects, including the rule you need - Restriction who can move an issue
If you think this needs to be added, provide this feedback to Atlassian through the Product Discovery Group on this Community!
---
There is a workaround though, which you could also consider - using Automation.
You could create a set of rules that check who transitioned an issue - and if it's not the appropriate user, reverses the transition.
For example...
Smart Value = {{#changelog.status}}{{from}}{{/}}
Hi [~accountid:{{initiator}}]
You are not allowed to make this transition, so the Issue has been transitioned back to the previous Status.
Please contact <Users> to move this idea to <Status Here>
Thanks!
---
A few notes on this rule...
---
Let us know what you think!
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Ste Wright , I tried to limit Status transitions in Product Discovery based on permissions, using Workflow Rules. I choose the permission " Administer project" so only Admin can update status but it failed.
PFA screenshots for reference.
Any idea what could be the reason ?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could create a group for those 2 and then use the "user is in group" condition?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.