Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Definition

...

Let's imagine that this User Picker From Project Role custom 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 to be made in order for this to work. You can check more examples below.

Info

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 formatting User Picker custom fields here.

Examples

The examples below represent Below are 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 This is how it translates to a Word document template that was as resolved by Xporter for Jira: