You are on the Xporter Server documentation. If you are looking for Xporter Cloud documentation, you can find it in this page.

Xporter for Jira allows you to extract data from the User picker From Project Role custom field, which is used in the Issue Alternative Assignee plugin.

Definition

Let's say this User Picker From Project Role custom field is named "Single User Picker" and that it´s being used by the Alternative Assignee plugin. The definition will be:

${Single User Picker}

That´s it. There´s no other special configuration. 

We highly recommend always using the "fullname" and "emailaddress" functions with this custom field in order to get formatted data. You can check more about formatting User Picker custom fields here.

Examples

Below are ways to extract data from a User Picker From Project Role custom field, used by the Alternative Assignee plugin.


Imagine that you want to extract raw data from a custom field named "Single User Picker". You can just do this:
${Single User Picker}
You can also apply the "fullname" and/or "emailaddress" function to this (we highly recommend that you do this):
${emailaddress:Single User Picker}
or
${fullname:Single User Picker}


Below is an image of an example of a User Picker From Project Role custom field, used by the Alternative Assignee plugin.

This is how it translates to a Word document template as resolved by Xporter for Jira:

  • No labels