Hi,
My users in JIRA had edit privileges which is very helpful in their being autonomous in JIRA. However, I have a problem that this causes that I'd like to solve. When I release issues off my kanban boards, I don't want users to change status and bring it back onto the board (besides, I don't think released issues even show up on the board).
Is there a way I can prevent users from editing released issues?
Joseph
Hi Joseph,
Have a look at the advanced workflow properties.
https://confluence.atlassian.com/adminjiraserver073/workflow-properties-861253674.html
You need to use the jira.issue.editable property.
Cheers
Bhushan
But that will stop all edits to the issue, not just that one field.
Also, it won't stop "edits" to status. Status is not a field, it's an indicator of the position in the workflow. To change it, you use transitions that move the issue to a new status. The edit property does not affect status changes. To do that, you need to look at the "conditions" that are on the transitions out of the current status.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the comments. Your references to status are probably relevant if I wanted to prevent editing of an issues that is moved into 'Done'. I'm less worried about editing of status while the issue is on the board. What I want to avoid is modifying the issue once it's released off the board. Does that make sense?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Absolutely. It does sound like you need "disallow edit after it moves off a board". So, if your "not on the board any more" depends on status, you're good to go, because you can just stick the "do not edit" flag on status that are not on the board.
If your boards are not selecting by status, then you're a bit stuck though.
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 can add a condition at transition level that only admin or group of people can transition back.
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.