Set user "Exalate" as default assignee for replica issue

Answer by Duc on 14 January 2022

Hi Ariel,

this is my config and it works!

if (!firstSync && !replica.assignee.equals(previous?.assignee)) {
  issue.assignee = nodeHelper.getUserByEmail("com.exalate.jiranode@connect.atlassian.com")
}

Thank you a lot!


Comments:

Ariel Aguilar commented on 14 January 2022

Happy to hear that worked for you!

Kind regards,

Ariel