I need to use Jira automation to generate a confluence page. I'm using a send web request macro. In that I use Json to send data. I want to display the linked issues of the trigger issue in the Confluence page. The linked issues get displayed but not their status. How do you do that
{
"type": "page",
"title": "Page",
"space": {"key": "abc"},
"body": {
"editor": {
"value": "\n <b>Summary:</b> \n {{issue.summary}} <hr></hr> <b>Description: </b> \n {{issue.description}} <hr></hr> <b> Related Issues: </b> \n {{issue.issuelinks}} \n",
"representation": "storage"
}
}
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.