Hi Team,
Would it be possible to create a dashboard that imports comments when a user is tagged?
Who get tagged in many comments on a daily basis. Ideal state would be for comments to live on a single page that can be sorted by date/time, and also provide a link back to the task the comment is associated with.
Hello and thanks for the Question.
Unfortunately, Jira dashboards don't have built-in functionality to directly import comments based on user tags. However, there are a couple of workarounds you can explore to achieve a similar outcome:
1. JQL Filter with Advanced Roadmaps (if available):
Here's how you can create a JQL filter to find issues where you've been mentioned in the comments:
First, you need to add the gadget "JQL Custom Charts", and edit the gadget.
The JQL filter is the next one:
comment ~ currentUser()
This JQL query uses the following elements:
Using the JQL Filter:
This will display a list of issues where you've been mentioned in the comments. You can then sort the list by various fields.
Remember:
This approach won't display the actual comments on the search results page. You'll need to click on each issue to see the specific comments where you were mentioned. JQL filters alone won't provide a live, updated dashboard. You'll need to refresh the search results periodically to see new mentions.
Integration with Advanced Roadmaps (if available):
If your Jira instance has Advanced Roadmaps, you can leverage this JQL filter to create a board specifically for your mentions.
This will create a board displaying all issues where you've been mentioned. You can then sort the issues by date and click on them to access the specific comments and tasks.
Hope this will help you.
Hi @Lakshmi S 👋
It sounds like you're looking for a way to efficiently track when a user is tagged in Jira comments, which can definitely be tricky to manage within the standard dashboard setup.
To address this, you might want to consider the Mentions Dashboard add-on. It’s designed specifically to solve this issue by allowing users to easily track all mentions within a project or across multiple projects directly from your dashboard.
Here’s how it can help:
This way, you don’t have to worry about missing any important mentions and can ensure prompt responses. If this sounds helpful, you can check out more details and give it a try here: Mentions Dashboard for Jira.
Add-on developed by my team.
I hope you find this helpful 🚀
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.