Being completely new to Jira Xporter I would like to know how to refer to selected Release in a jira exporter template?
Its not ${FixVersions} since that refers to the fixversions within the context of an issue.
Hi @Paul Moors
Xporter reports are issue based if I'm not mistaken.
So you would use a template like this
Release: ${fixVersion}
|| Key || Summary || Status || Assignee ||
#{for issues}
| ${Key} | ${Summary} | ${Status} | ${Assignee} |
#{end}
And use a JQL like FixVersion = XXXX
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.