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.
Join our 3-part live learning series with community leader Robert Hean to master how to leverage Confluence for Marketing teams. Learn how to plan and execute on projects seamlessly and how to turn insights into lasting organizational knowledge. 🧠
Register today!Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.