Hello,
we are just migrated to JIRA cloud from Jira server. We are facing with an exporter app.
We think that ParentKEy and ParentSUmmary cause that, but dont know why.
The syntax is here
ParentKey:
#{for i=JQLIssuesCount|clause=key = ${ParentIssueKey}}${set(MyKey,${JQLIssues[i].Key})} ${MyKey}#{end}
ParentSummary:
#{for i=JQLIssuesCount|clause=key = ${ParentIssueKey}}${set(MySummary,${JQLIssues[i].Summary})} ${MySummary}#{end}
Any hits what we have to correct please?
Thank you