Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira Xporter template question

Paul Moors October 6, 2025

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. 


1 answer

0 votes
Florian Bonniec
Community Champion
October 14, 2025

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

 

Suggest an answer

Log in or Sign up to answer