Forums

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

Xporter template - multiple issue picker

Nakhun Chung
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 23, 2021

How can I make an Xporter template using Issue Picker?

I used ${IssuePickerField} and it returns a list of issues that i chose as following: [projKey-1, projKey-2 ...] but I want to get the summary of the issue tickets instead of their key values

tested on Excel but wonder if its applicable on Word or any other solutions

any possible help pls?

1 answer

0 votes
Rogério Paiva - Xray Xporter
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 28, 2021

Hi  @Nakhun Chung 

Xporter supports all Jira Standard custom field types.

However, when other Apps provide the custom fields, it is necessary to develop specific integrations with those Apps so that Xporter can read and export the information from those specific Apps.

You can find the Apps that currently integrate with Xporter by checking this documentation page: https://confluence.xpand-it.com/display/public/XPORTER/Integrations

And unfortunately, the multiple issue picker is not currently integrated into Xporter.

In these cases, sometimes, the output of the custom field can be processed using Javascript.

https://confluence.xpand-it.com/display/public/XPORTER/JavaScript

If the custom field provides useful information, for instance, some custom fields, output the data in JSON format that can be processed using Javascript embedded in the Xporter template.

So, in this case, you need to test it by trying to print the information that Xporter can obtain by placing this code in a template:

${<field_name>}

If it provides come useful output, you can use Javascript to get the relevant information to display.

Kind regards,
Rogério Paiva [Xporter Support Team]

George grecu
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 26, 2022

Hi @Rogério Paiva - Xray Xporter , i would like to display a particular field from an issue. when I print the ${Multiple Issue Picker}, I get the Jira Key. How can I access the fields from that issue using Javascript?

Suggest an answer

Log in or Sign up to answer