Use case: you want to add part of the user profile information of a user (e.g., the reporter) to JIRA's (NOT Service Desk's
Solution
To achieve this, you need to create a new custom field for the profile field, e.g., telephone number and add that custom field to an email template. So, please try this:
-
Create a new User Profile Field for the reporter's telephone number, as described in our product documentation.
-
Update or create a new email template, as described in Atlassian's documentation. Add the newly created custom field to the email template of your choice, as described in Atlassian's developer documentation.
The important code snippets are (remember to insert your own custom field ID):-
The field's name:
$issue.getCustomField("customfield_10000").name -
The field's value:
$issue.getCustomFieldValue("customfield_10000")
-
Related Articles
- Problem Synchronizing Multiple User Directories
- Fetch user profile data through script
- Add Profile Element as customized link
- Cannot find User Profile field in pie chart gadget
- Unusual large size of profile picture when editing customer details on service desk
- Add user profile field to email template
- Does the click-to-call function work with VoIP?
- Unable to synchronize a User Profile Field with Active Directory (JIRA)
- Custom User Field not Appearing in Issues