1
0
-1

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?

    CommentAdd your comment...

    1 answer

    1.  
      2
      1
      0

      This notification is generated by the transition.  You will have either to adapt the notification scheme or the transition definition.



      1. Alekseii Okhmush

        I already disabled notifications for transition and even delete "Fire event" post function

      2. Francis Martens (Exalate)

        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.

      CommentAdd your comment...