...
While working on this issue, we recognize all the events that Synapse sends message to our users:
Event | Need user action? | Can turn off? | Sent from | Include user message? | |
---|---|---|---|---|---|
1 | Someone invited me to a team | Yes | Synapse Notification | Yes | |
2 | Someone accepted my invitation | No | Synapse Notification | No | |
3 | Someone requested to join my team | Yes | Synapse Notification | Yes | |
4 | Someone granted my request | No | Synapse Notification | No | |
5 | Someone submitted a submission for my team | No | Synapse Notification | No | |
6 | Someone requested to view my entity | Yes | SWC | Yes | |
7 | Someone shared an entity with me | No | SWC | No | |
8 | Someone sent me a message | No | Any client & email | Yes | |
9 | I created a verification submission | Synapse Notification | No | ||
10 | My verification submission status has changed | No | Synapse Notification | Yes | |
11 | A new thread has been created | No | Yes | Broadcast Message Worker | No |
12 | A new reply has been created | No | Yes | Broadcast Message Worker | No |
From this list, 6 and 7 should be sent from Synapse Notification instead of sending from SWC. In fact, in
Jira Legacy | ||||||||
---|---|---|---|---|---|---|---|---|
|
...