As a team facilitating engagement with multiple business units, I want to have a role that allows users to read issues in my project and create work requests but NOT edit them so that it can facilitate intake process.
Is it possible to create a custom role for read access plus create access for certain projects in Jira server 7.11?
@NAYANA ,
yes it is possible.
First you need to create your custom role, where you will put your users in that just have read and create permissions. How to get there is described by Sanjeev.
Second, you need to edit your permission scheme you use in the project.
Under Administration you go to permissions schemes and search for that permission. Click on permission and look for the certain permissions for 'Create Issues' and 'Browse Projects'. These are the two for 'view' and 'create' issues.
Also check that under 'Edit Issues' there is not the reporter or some other group wich might lead to the 'edit' permission again.
Let me know if this worked.
Follow the steps:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @NAYANA ,
You can use workflow properties to implement restrictions on certain steps or transitions of a workflow.
For example
jira.permission.edit.group=jira-administrators
means that only Jira administrators can edit an issue.
https://support.atlassian.com/jira-cloud-administration/docs/use-workflow-properties/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.