On the fifth exercise, you'll learn how to set which Profile details from User Picker fields are to be printed on an a Xporter generated file.
Starting up, we are going to create two JIRA custom fields to print user details.
...
If you are exporting a Single User Picker or a Multiple Users User Picker custom fields, you can output the Display Name using the fullname function:
...
Likewise, for the same custom field, you can output the email using the emailaddress function instead:
${emailaddress:<Field name>} |
...
Info |
---|
If you like this exercise, please share your opinion on the page just leaving a comment or a Like. Your opinion is very important to us and to all the people interested in our Add-on. Thank you in advance. |
...