Is there any way to schedule comment notifications in Jira?
I often need to mention developers on issues they will be working on in a few days (or the following week).
I'd like the option to send the notifications at specified times to prevent context switching and distractions in the current sprint.
Is there are plugin available or existing feature request?
Hey John,
When you mention a user in a comment, the notification is sent immediately (if they're eligible to receive notifications as per the configuration).
Mention notifications are not a part of batched notifications and I believe we don't have a way to delay it.
You can create issue search and save it as a filter (maybe use Assignee = currentUser() in your JQL to get the issues assigned to the current user).
Then schedule it to send the results to the groups at the specified times.
Reference document: Subscribe to a filter
Similar solution here: https://community.atlassian.com/t5/Jira-questions/Re-Send-weekly-mail-per-assignee-with-issue-list/qaq-p/2236100/comment-id/733023#M733023
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.