Forums

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

jira.issue.editable (false) - Edit option for selected Fields in status

Mateusz Janus
Contributor
February 13, 2026

Hey Brothers and Sistser,

when my ticket goes to DONE I can "freeze" it using STATUS PROPERTIES

jira.issue.editable (false).

But I would like to "freeze" only few fields, 
System:

- description

- summary

Custom:

custom_123

Any ideas how to achieve it?

2 answers

1 accepted

2 votes
Answer accepted
Evgenii
Community Champion
February 13, 2026

Hi, @Mateusz Janus 

The jira.issue.editable property works as an all-or-nothing switch. Setting it to false on a status locks the entire issue, and there's no built-in way to specify which fields stay editable while others get frozen. Jira simply doesn't support per-field granularity through status properties.

There's a well-known workaround though. You keep jira.issue.editable set to false on your DONE status so the Edit button disappears. Then you add a self-transition on that status, something like "Update Fields", that loops back to DONE. Assign a custom screen to this transition containing only the fields you want people to change (description, summary, your custom_123). When someone clicks that transition button, they get a dialog with just those fields, make their edits, and the issue stays in DONE.

Users will need the Transition Issue permission in that project for this to work. The Edit button is gone, but the transition button replaces it for those specific fields. Not the prettiest solution, but it's the standard approach and works on both Cloud and Data Center.

1 vote
Hector Florin
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
February 13, 2026

Hi @Mateusz Janus ,

I hope you're doing well.

I'm afraid that when it's used, it'll disable all fields in the work item.

However, if you just want to disable only certain fields, I think the best option is to use a separate Field Configuration for Done status and mark specific fields as read-only.
So, you'll need to do the following

  1. Create a new Field Configuration

  2. In that configuration:

    • Set:

      • Summary → Read-only

      • Description → Read-only

      • custom_123 → Read-only

  3. Create a Field Configuration Scheme

  4. Associate it with the workflow status "Done"

Important!!
Field configurations apply per issue type — not per status automatically.

So you need to combine this with:

  • A separate workflow

  • Or a separate issue type

  • Or workflow conditions

You can also use an automation tool to try to prevent users to modified the values, but the inline updates are a bit tough to prevent. If you block the View screen and only allow the fields to be updated on Edit or Transition screens, then an automation tool validator can be used to lock certain fields from being updated.

I hope it helps.

Thank you.

Regards,
Hector

Marc -Devoteam-
Community Champion
February 13, 2026

Hi @Hector Florin 

This is not possible, there is not option to set a field configuration to a workflow status.

Did you use AI for this answer?

Hector Florin
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
February 13, 2026

Hi @Marc -Devoteam-,
Yes, you are correct on both. I've investigated futher and tried to set it up in that way and I couldn't find an option.

Then, I've continued more research, and it now confirms that it's not possible doing it natively.

However, as mentioned in my previous note, if they use an edit or transition screens it can be prevented with a workflow validator, but as it is it doesn't seem to be possible, @Mateusz Janus , so, I apologizes for that part.

It seems @Evgenii has the answer a workaround as he described it.

Thanks,
Hector 

Suggest an answer

Log in or Sign up to answer