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?
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
Thank you Francis!