The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JIRA Issues Macro not parsing JQL queries from wiki markup

Michael Montanye
March 18, 2024

I'm trying to programmatically generate a Confluence page that includes the list of JIRA issues tagged with a specific fixVersion using the jiraissues macro and a JQL query.

The wiki markup I'm using is {jiraissues:columns=[list of columns]|url=https://[server url]/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery="project+in+%28PROJA%2CPROJB%29+AND+fixVersion%3D%22[fix version]%22}

Using this code generates a table with "No issues found", but if I go to edit the page, double-click the macro, the search query is correctly populated into the search box, and I can just click the Insert button and the table will correctly be populated when I click the Update button on the page.

Is there any way to get the query to search and populate without having to go through the extra step of forcing each table to be rebuilt manually?

I did see this other question, but I'm not using the Epic column and my profile language is already EN-US.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Fabio Racobaldo _Catworkx_
Community Champion
March 31, 2026

Hi @Michael Montanye and welcome,

could you try the following format?

 {jiraissues:columns=[list of columns]|url=https://[server url]issues/?jql=project+in+%28PROJA%2CPROJB%29+AND+fixVersion%3D%22[fix version]%22}

Hope this helps,

Fabio

Michael Montanye
April 8, 2026

That unfortunately didn't work. I just got a yellow warning box with the message "Project does not exist or you don't have permission to view it."

Fabio Racobaldo _Catworkx_
Community Champion
April 9, 2026

please verify that user that access confluence page has grants to browse project on jira side!

Michael Montanye
April 10, 2026

It's my own user. I most definitely have permission to browse both PROJA and PROJB.

Fabio Racobaldo _Catworkx_
Community Champion
April 10, 2026

hey @Michael Montanye , please check the application link configuration between jira and confluence. It should be "OAuth (impersonation)".

This should be the trick!

Fabio

TAGS
AUG Leaders

Atlassian Community Events