The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Is it possible to add a value to a read only field in Jira using an automation rule?

Sanuthma Sandanaki Munasinghe
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 8, 2026

If I create a readonly field in a Jira ticket, would it be possible to add a specific value to it by an automation. It is not possible to do that using APIs because that field is not in the edit screen. Is it same for automations as well or should it be possible to change it from automation

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

5 votes
Gabriela - LeanZero
Atlassian Partner
July 8, 2026

Hi @Sanuthma Sandanaki Munasinghe, yes you can. The Text Field (read only) type just controls whether users can edit the field on the screen. The value itself can still be set programmatically. Your API call failed because the field isn't on the edit screen, so add it to that issue type's Edit screen. It will still show as read-only to users, and a REST update (PUT /rest/api/3/issue/{issueKey}) can then write the value. The built-in Edit issue automation action is unreliable for this field type, so from a rule use a Send web request action to call that same endpoint. The one thing the API can't do is clear it back to empty, that's a known bug, JRACLOUD-77845.

Best, Gabriela

0 votes
Gor Greyan
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.
July 8, 2026

Hi @Sanuthma Sandanaki Munasinghe

Welcome to the Atlassian Community!

If you're referring to a read-only field type, then the value typically cannot be updated by Jira Automation or the REST API. Read-only fields are generally intended to display information rather than store editable values, so they don't accept updates through standard edit operations.

TAGS
AUG Leaders

Atlassian Community Events