Note: For the method to work on Azure DevOps, make sure that the user is part of the team that has access to the Azure DevOps project.
Jira Server is only available in Exalate Classic and is not supported in the New Exalate experience. Users transitioning to the New Exalate should be aware that Jira Server integrations will remain functional under Exalate Classic, but are not compatible with the new platform.
Signature
| Helper | nodeHelper |
| Signature | Jira Server: Jira Cloud: Azure DevOps:
Salesforce: |
| Description | Returns a user object
|
| Introduced in | 0.8 |
Note: The Signature introduced in 0.8 works for Azure Devops until version 5.4.0.
Example use
Set the local issue assignee based on the remote issue assignee using the method.
issue.assignee = nodeHelper.getUser(replica.assignee.key)