Forums

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

Plain Text for Multi-line, where art thou?

Christopher Johnston
Contributor
October 15, 2025

We are building out an API Integration between Jira and another system. Target system field is plain text so the source field in Jira needs to also be plain text. If not, the html code behind the rich text is written into the plain text field.

The only plain text I can find in Jira for Custom Fields in Single line. Any tricks or tips?

3 answers

1 vote
Trudy Claspill
Community Champion
October 15, 2025

Hello @Christopher Johnston 

I don't have a solution that I have tested myself, but I did find this discussion elsewhere that started back in 2020. You may find some of the responses in it helpful. There is one from 2023 and one from 2024 that may be useful to you.

https://community.developer.atlassian.com/t/is-it-posible-to-get-the-body-comment-as-plain-text/41858/15

0 votes
Bill Sheboy
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 Leaders.
October 16, 2025

Hi @Christopher Johnston 

Yes, and...to the other suggestions provided:

You note the "only plain text I can find in Jira for Custom Fields in Single line."  That is no longer plain text.

The plain text renderer was sunset, making the Short-Text Field type effectively a one-line rich text field, perhaps using the Atlassian Document Format (ADF) for endpoints.  Depending upon the direction you are updating, you may need to strip off formatting or add it.  For an automation rule calling an endpoint, it could add the text function to a field to strip off markup, such as with {{issue.myField.text}}  However in the latest work item endpoints, the typing seems inconsistent...as if the renderer change is still in progress.  I recommend watching this community's posts from Atlassian and in the Developer Community to learn more.

Kind regards,
Bill

0 votes
Pallavi Shirodkar
Contributor
October 15, 2025

Hi @Christopher Johnston 

Make a Jira automation rule that, after removing tags, replicates content from a rich text field into a plain text field.

To eliminate HTML formatting, use a smart value with a regex.

Hope this helps.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
ENTERPRISE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events