how to get these special formats from description?

waterghost June 9, 2022

1、Get the issue list through JQL API
2, issue fields inside some special format characters, such as pictures, hyperlinks, red characters, etc.
3, through JIRA.issue_search() how to get these special formats?

 

1 answer

0 votes
Oliver Siebenmarck _Polymetis Apps_
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.
June 10, 2022

Hi @waterghost ,

Welcome to the community!

The description field is stored in an Atlassian-specific format, the Atlassian Doc Format.

The REST API typically does return it formatted just like that, even in JQL queries. However, you may need to explicitly include the fields you want to see, as documented here. In short, add a fields parameter to the endpoint URL and include description.

Hope that helps,
 Oliver

Suggest an answer

Log in or Sign up to answer