Hello,
I have some automation that creates tickets in Jira using REST.
I would like to make use of the expand macro to compress some of the logs included in the description of the issue and the automated comments so as to not clutter the entire page. When I view an issue using `rest/api/latest/issue/` can see the expand mentioned inside the description of an example ticket I'm using, but if I use the same syntax in a REST call it doesn't replicate the behavior/style.
Is the expand macro supported when creating/editing an issue? If not is there some alternative I could use as a workaround?
Thank you!