xl8bot
November 4, 2024, 6:53am
1
Originally asked by allenhsieh on 19 October 2020 (original question)
Hi Experts,
Is it possible to change Reporter to other value other than Exalate when a ticket is sync up to another Jira platform where we can change the value from Exalate to something we prefer, such as our company’ name?
xl8bot
November 4, 2024, 6:53am
2
Answer by Francis Martens (Exalate) on 19 October 2020
Yes sure,
You can assign another user to the issue.reporter
// replace john.doe with an appropriate name
issue.reporter = nodeHelper.getUser("john.doe")
Assuming that you are on Jira Cloud - check out the documentation
How to sync issue user fields in Jira Cloud
Comments:
allenhsieh commented on 19 October 2020
Thank you Francis!
xl8bot
Closed
November 6, 2024, 6:54am
3
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.