Is it possible to change default field's value?

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


Comments:

allenhsieh commented on 19 October 2020

Thank you Francis!

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.