On the fifth exercise, you'll learn how to set which Profile details from User Picker fields are to will be printed on a using Xporter generated file.
Starting up, we are going to create two JIRA custom fields to print user details.
Create a User Picker (multiple users) custom field, and name the first one one as MultiUserPicker and a User Picker (single user) custom field, and name it as Picker.
...
If you are exporting a Single User Picker or a Multiple User Picker custom fields, you can output the Display Full Name using the fullname function:
${fullname:<Field name>} |
Likewise, for the same custom field, you can output the email using the emailaddress function:
${emailaddress:<Field name>} |
Info |
---|
If you just define the custom filed name, like ${Picker} or ${MultiUserPicker}, you will get the username(s) printed. |
The custom fields with the notation are listed below.
...
Info |
---|
If you like this exercise, please share your opinion on the page by just leaving a comment or a a . Your opinion is very important to us and to all the people interested in our Add-on. for us. Thank you in advance. Enjoy our product. |
Expand | ||||||
---|---|---|---|---|---|---|
| ||||||
Here's the Exercise 5 related files:
|