Forums

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

Xporter JQL condition - jqlcount

Lucas GEISSERT September 27, 2024

Hi,

I'm using Xporter to export data from JIRA to Excel, and more precisely to create a traceability matrix between JIRA issues.

It works for the following condition:

#for i=JQLIssuesCount|clause = r4jPath [...]

#{if (%{‘${JQLIssues[i].LinksCount}’ == 0})}

[Results OK]

#{end}

#{end}


But, instead of using a field of an issue, I would like to use the 'jqlcount:<JQL query>' as follow, but it does not work event if the result of my <JQL query> is equal to 0 (already tested).

#{if (%{‘${jqlcount:issueKey IN linkedIssues("${JQLIssues[i].Key}") AND issueLinkType = trace_up}’ == 0})}

 

[Results]

#{end}


Someone knows why it does not work ? Could we use the jqlcount into an 'if condition' ?

 

Thanks,

Lucas

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
Valerie Knapp
Community Champion
September 27, 2024

Hi @Lucas GEISSERT , welcome to the Atlassian Community and thanks for your question.

Have you already checked the product documentation? https://confluence.getxray.app/display/public/XPORTERCLOUD/Xporter+Cloud+Documentation+Home?key=XPORTERCLOUD 

If so and you're still not getting anywhere, I would open a ticket to the vendor to ask for help, as they are usually the best people to help with specific questions - https://marketplace.atlassian.com/apps/891368/xporter-export-issues-from-jira?hosting=cloud&tab=support 

Best Wishes

Lucas GEISSERT September 30, 2024

Hello @Valerie Knapp 
Yes, I've already checked the documentation, and unfortunately it doesn't work. I'm using the correct syntax, but the conditon inside the 'If' doesn't seem to work.

Can we use the condition 'jqlcount' inside an 'if' ?


Regards,
Lucas

TAGS
AUG Leaders

Atlassian Community Events