Hello everyone!
Is it possible to use one JQL-expession into another? Excel.
For example, I was trying to make this kind of template:
#{
for
i=JQLIssuesCount|clause= project = proj1 AND "epic link" = ${Key}}
${JQLIssues[i].Key}
${JQLIssues[i].Summary}
#{for j=JQLIssuesCount|clause= issuekey in linkedissues (${JQLIssues[i].Key}})}
${JQLIssues[j].Key} ${JQLIssues[j].Summary}
#{end}
#{end}
But the result: after the first iteration the results of j-filter became the results of i-iterations.
So is there any error or plug-in doesn't support multiple JQL-levels?
Thanks in advance!
Hi Alexandra,
That template configuration should work with the latest version of Xporter.
If you are not using the latest version please upgrade.
If you have any more questions feel free to ask.
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.