-
Bug
-
Resolution: Fixed
-
Highest
-
45
-
Severity 2 - Major
-
31
-
NOTE: This bug report is for JIRA Cloud. Using JIRA Server? See the corresponding bug report.
Summary
Users in JIRA are not notified of issues or comments created via email, even if they should. Same users are notified of issues or comments to issues if they are created in UI. We've been able to replicate this consistently in clean instances.
Environment
JIRA Cloud, version: 1000.656.2 (not available in Affects Version/s field)
Steps to Reproduce
- Create a ticket via email using User A (with access) - make sure User B is notified for 'Issue Created'
- Add User B as watcher to the ticket - make sure that watcher are notified for 'Comment created'
- This is an example, we could also replicate this by assigning the ticket to User B, instead
- Add a comment to the ticket via UI (comment 1)
- As User A send a comment to this ticket via email (comment 2). You can use the notification from comment 1.
Expected Results
User B is notified for issue creation and both comment 1 and comment 2.
Actual Results
User B is only notified on comment 1.
Notes
This is very similar to this bug:
https://jira.atlassian.com/browse/JRA-63582
However, that one is for JIRA Server and for Outlook, so I'm not sure if they are related.
Workaround
From jtillett916844748:
a workaround would be to create a filter to look at issues created in the past 15 minutes and create a subscription to fire every 15 minutes. Dirty, but it's something.
Original comment HERE
- is related to
-
JRASERVER-63694 Users are not notified of issues/comments created via Email
-
- Closed
-
- relates to
-
JRACLOUD-63582 Notifications to watchers are not being sent when a new comment is added through an issue
-
- Closed
-
Hi ialexeyenko, I am not sure if you are able to pick up the Cloud fix because there were multiple changes to emails sending functionality for Vertigo, but here are fix PRs:
I'd recommend talking to bkelley@atlassian.com who implemented majority of email changes for Vertigo if you need a context behind these fixes. Thanks