Get Issue API ( rendered fields )

Hello,
I’m trying to get value of issue fields in HTML format using the get issue api with expand renderedFields but the response almost all fields are null.
Is the renderedFields just for specific fields or it’s a bug ? Thank you

Hello @AmineMekki1

That is the expected behaviour. Using the renderedFields parameter does not cause the conversion of the content of all field types into HTML.

The renderedFields parameter returns only those fields which are rendered in HTML. Those fields that are not rendered in HTML are returned as null. In that sense, the parameter acts as a filter.

1 Like