Hola wong,
We have a case there is should set specified of group only that can edit a specified issue type, for example
Is that jira can handle that ?
Any help will appreciate :)
Hi @DW !
From what I have tried so far, even with permission scheme configuration, you can only give them edit all or edit none permissions. For example, if you can allow a specific group or role to edit all issues in the project that they can see or no issues at all.
I have used a workaround for this in the past. But it is not elegant.
You would need to create screens associated with the Edit action for every issue where you want this kind of granular permission.
Remove all fields from that screen. This makes the issue virtually uneditable.
Then create a new screen for each of those issues and add to it the fields you want to be editable for that issue type. Don't associate that screen with any screen scheme.
Then, for each of those issues, create a workflow transition called "Edit issue" from Any status to Any status. Use the screen you just created as your transition screen.
Now, you can associate transition conditions to the groups or project roles that should be able to edit that issue type.
In the end, your non-editable issues will now have a "Actions" button next to the status, and if the user clicks on it and meets the condition set in your new transition, they will see an "Edit Issue" option. Clicking on it will pop up your edit issue screen, and they can then change issue fields.
I'd add a final note to this: limiting actions in Jira to influence user behaviour is not an effective approach to improving team performance unless there are security concerns. In such cases, implementing robust processes and guidelines, and offering adequate training and support, can prove to be a more viable solution.
If you still want to try this and need help with any of the steps above please let me know :)
Hi @DW - You want to look into Issue Level Security
https://support.atlassian.com/jira-cloud-administration/docs/configure-issue-security-schemes/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi mark thanks for your replied, but im already read it and try but no luck, its not for edit option, just for isue viewing, CMIIW
and also im already write this on my description, that i mean is issue Level Security
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could update the permission scheme so that the Edit Issue action is set up like this:
It's not perfect as an admin would need to create sub-tasks and assign to the user but it would create that split.
Another option would be to not use sub-tasks. Move the team to another project with a very specific issue type scheme where they only get issue type x. Then establish a process where they link their issues to the stories on the other project. In this option, you'd still be able to share the work on a single board with an updated board filter.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yeah Jira thinks of projects as a Team. You can create some logical boundaries, but generally the idea is that the team can be trusted not to touch what isn't assigned to them.
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.