I want everyone to see the description but not able to edit it once the task in In Progress. But they should be able to change the assignee.
So I tried to set "jira.issue.editable" to "false" for the particular status. But it is not even allowing me to change the assignee.
Thanks
The editable flag is for the whole issue, not just bits of it. Setting that flag blocks all change to the issue fields.
The only way to stop edits of fields individually is to remove them from the "edit" screen, and put them on transition screens, as you can then protect the transitions with conditions.
Note that you can also use Behaviours to do block field editing, but it's a javascript trick to it can be bypassed, and doesn't work everywhere.
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.