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
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
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
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.