Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Assignee could still be changed after issue is Done

Jude Wong February 5, 2022

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.

2022-02-05_16-25-58.png

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?

1 answer

1 accepted

5 votes
Answer accepted
Pramodh M
Community Champion
February 5, 2022

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

Assignee Don't Edit.png

You should keep that edit property and add this as well

Thanks

Jude Wong February 5, 2022

Thanks, @Pramodh M.  That certainly worked!  👍😊

Like Krzysztof Bogdan likes this

Suggest an answer

Log in or Sign up to answer