Forums

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

How to lock the editing permission of the specific field when switching to a specific status?

Cira Zhao
Contributor
September 5, 2022

Hello Atlassian users,

I want to lock the editing right of the specific field of an issue to specific users when the issue is transitioned to a specific status. How can I set this?

Any assistance/thoughts are appreciated. Thanks!

Cira

2 answers

1 vote
Ollie Guan
Community Champion
September 5, 2022
Cira Zhao
Contributor
September 5, 2022

Sorry, I didn't describe the problem clearly. My problem is to lock the edition right of the specific field of an issue to specific users when the issue is transitioned to a specific status. Is it possible?

Cira Zhao
Contributor
September 6, 2022

Hi Ollie, 

Thanks a lot for the prompt reply!

Cira

Like Ollie Guan likes this
0 votes
Rilwan Ahmed
Community Champion
September 5, 2022

Hi @Cira Zhao ,

Welcome to the community !!

You can make use of Status properties like 

  • jira.issue.editable - false
  • jira.permission.comment.denied - true or leave empty

 

To disable edits and comments at the Workflow level, you can follow the steps outlined below:

 Edit the workflow that will be restricted; (more details in https://confluence.atlassian.com/jirakb/disabling-edits-in-closed-issues-1139441852.html)

  1. On the workflow's diagram view, click over the status that you want to add the restrictions;
  2. You will see a popup menu on the right side of the screen;
  3. Click on "Properties" in the popup menu;
  4. Add the following properties;
  5. Publish the workflow changes;
    More clearly explained in https://jlabnotes.com/jira-workflow-properties-disable-issue-editing/

Also to know the available properties, you can refer: https://confluence.atlassian.com/adminjiraserver/workflow-properties-938847526.html

Cira Zhao
Contributor
September 5, 2022

Sorry, I didn't describe the problem clearly. My problem is to lock the edition right of the specific field of an issue to specific users when the issue is transitioned to a specific status. Is it possible?

Suggest an answer

Log in or Sign up to answer