xl8bot
1
Originally asked by Alekseii Okhmush on 24 February 2020 (original question)
Hello!
When i sync statuses:
if (replica.status.name == "Resolved") {
workflowHelper.transition(issue, "In Review")
}
I receive a notifications that my issue changed status to “In Review”
Is it possible to disable this notifications?
xl8bot
2
Answer by Francis Martens (Exalate) on 24 February 2020
This notification is generated by the transition. You will have either to adapt the notification scheme or the transition definition.
Comments:
Alekseii Okhmush commented on 26 February 2020
I already disabled notifications for transition and even delete “Fire event” post function
Francis Martens (Exalate) commented on 26 February 2020
You will have to trace back where this notification is coming from
Exalate is handling as a normal user - notifications are coming from the configuration of the system.
xl8bot
Closed
3
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.