On This is the fifth exercise , youof the Basic level. You'll learn how to set which Profile details from User Picker fields will be printed using Xporter.
Starting upTo start, 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 as MultiUserPicker
...
- .
- Create a User Picker (single user) custom field, and name it as Picker.
On the issue, assign a user to each Custom User Picker field to populate it.
Info |
---|
You can see here more For more details about formatting User Picker fields, refer to this documentation.. |
If Whether you are exporting a Single User Picker or a Multiple User Picker custom fields, you can output the Full Name using the fullname function:
${fullname:<Field name>} |
Likewise, for the same custom field, you can You can also output the email using the emailaddress function:
...
Info |
---|
If you just define the custom filed field name, like ${Picker} or ${MultiUserPicker}, you will get the username(s) printed. |
...
Code Block | ||||
---|---|---|---|---|
| ||||
${fullname:Picker} ${emailaddress:Picker} ${fullname:MultiUserPicker} ${emailaddress:MultiUserPicker} |
Below there is a sample of how the mappings will be displayed in a Word template:
This Template has:
- A a Header with an Image
- Headings
- Text styling
Below there Below is a sample of how the generated file will be populated:
...
Info |
---|
If you like this exercise, please share your opinion on the page by just leaving leave a comment or a . Your opinion feedback is very important to us. Thank you in advance. Enjoy our product. |
Expand | ||||||
---|---|---|---|---|---|---|
| ||||||
Here 's the Exercise 5 related filesare the files related to this Exercise:
|