I added a property to the Done status for the project workflow, i.e., jira.issue.editable = false
However, I discovered that the Assignee field could still be changed when the status is Done, see below.
Before adding the property, jira.issue.editable, to the Done status, I could change the other fields, e.g., Description, Reporter, Story Points, etc. After I set the above property to false, all the aforementioned fields changed to read-only except for Assignee.
Although I was logged in as the organization admin, which could explain why I was able to modify it, but is there a way to make the Assignee read-only after the issue is Done?
Hi @Jude Wong
The assignee field editing is governed by assign issues permission for a project in Cloud
Can you try the below for a status property and let me know if it works,
jira.permission.assign.denied=
The value is empty
You should keep that edit property and add this as well
Thanks
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.