Hi Atlassian Support,
We have contacted the first line of support of Atlassian but they can not help us about our issue below. Thus they have adviced to contact you.
We would like create a new page template in Confluence that link an epic to a Jira Filter.
To do that, we have created a new template with a variable :
Epic : $epiclink
And, after, we have created a User Macro with this content :
## @noparams
<ac:macro ac:name="jiraissues">
<ac:parameter ac:name="renderMode">static</ac:parameter>
<ac:parameter ac:name="columns">key,summary,assignee,reporter</ac:parameter>
<ac:parameter ac:name="url">https://[jira_url]/sr/jira.issueviews:searchrequest-rss/temp/SearchRequest.xml?jqlQuery=%22Epic Link%22+%3D+$epiclink</ac:parameter>
</ac:macro>
However, when we create a new page from the template, the Jira query does not perform because the $epiclink variable is not replaced with the value of the epic. We receive this message : Jira project doesn't exist or you don't have permission to view it.
Can you tell us how we can use the template variable into the macro jira issues ?
Kind regards
Unfortuantely, this is not possible as stated in this post: https://community.atlassian.com/t5/Confluence-questions/Populate-JIRA-Issues-Macro-with-Variables-Template/qaq-p/1104243
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.