Xporter allows you to extract data from the custom field "User picker from project role" that is used in the Issue Alternative Assignee plugin.

Definition:

Let's imagine that 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 special configuration to be made in order for this to work. You can check more examples below.

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

Examples

The examples below represent ways to extract data from an 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}

 

Let´s do another example. Below is an image of an example of a User Picker From Project Role custom field used by the Alternative Assignee plugin.

Now let us see how this translates to a Word document template that was resolved by Xporter:

  • No labels