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?
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]
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.