Problem: how to get plain or HTML version of Jira field?
Solution: Refer to the table below to find the right syntax that allows to you reference plain or HTML content of particular Jira field
Jira field | Plain | HTML |
---|---|---|
comment | $issue.fields.comment.comments.body | $issue.fields.comment.comments.bodyHTML |
description | $issue.fields.description | $issue.fields.descriptionHTML |