Goal:
I want to scan comments on user stories from “yesterday up until this morning” and identify mentions of users. Based on the context of the comment, I’d like to classify them into:
Challenges I’m facing:
1. Identifying the mentioned user’s email
Summary:
So overall, I’m trying to:
Hi @Haya Bawati
What problem are you trying to solve? That is, "why do this?" Knowing that may help the community offer better suggestions.
Until we know that...
You describe a scenario where people are mentioned in comments, potentially with either informational notes or the comment author assigns tasks to the mentioned person.
The built-in Jira mention features already notify those people. Thus, you could ensure team members have not disabled their personal notification settings and they will get the emails.
Kind regards,
Bill
Hi @Bill Sheboy
Thanks for your reply!
Ironically, that is exactly the problem I’m trying to solve. When users receive a large number of notifications, it’s easy for them to lose track of where they were mentioned and what they’re actually expected to do.
The idea behind this automation is to provide one clear, consolidated email every morning that summarizes their actionable tasks based on comments. This would help reduce notification noise and make priorities much clearer.
Hope this clarifies the use case 🙂
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Haya Bawati -- Thanks for that information, and I believe I understood your scenario as I have also encountered it using Jira.
When team members feel overwhelmed by the number of emails Atlassian products send, they can reduce that: under Personal Settings > Notification Settings >> a person could select to only get notified for mentions on work items. That would highly focus the emails received. To focus even more, they could use rules in their email app to check the content to set its visibility indicators.
Even with the approach you describe of sending a daily, task-assignment email, those could be missed, ignored, or fail to deliver for several reasons. If tasks are being assigned to people based only on a comment and a mention, that likely could lead to work management problems. Perhaps consider if such tasks should be standalone Jira work items (e.g., subtasks) to raise the visibility and better enable tracking...or better still: discuss with the team tasks added via mentions in comments to decide how to handle them.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Haya Bawati
Adding to what Arkadiusz and Bill sent, consolidating into one daily email per user is where native Automation falls short. A per-comment "Comment created" trigger avoids the reprocessing problem, since each run sees only the new comment. But it fires per comment and cannot batch a day of mentions into one message.
Have your rule write the mentioned users into a User Picker field. Then our app Notification Assistant for Jira can send a scheduled daily digest to those recipients, with the relevant comments included.
Feel free to reach out if you'd like to learn more.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Haya Bawati
Native Jira Automation isn't ideal for daily comment digests because its "changed since last execution" filter checks the entire issue, repeatedly pulling in older comments. It also cannot dynamically group cross-issue data by specific mentioned users.
Use an "Issue commented" trigger paired with an explicit marker like ACTION: @user to instantly create a sub-task or update a custom field for that person. Your team can then rely on standard Jira filter subscriptions or dashboard gadgets for a clean, duplicate-free daily summary.
Best,
Arkadiusz 🤠😎
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.