You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have many ticket notifications in Jira. And wish via dashboard to just be able to view tickets that I'm mentioned in and I haven't replied. Thus ensuring people aren't waiting for tasks/comment/replies from me.
Something like this...
issue in mentioned(-3d, unreplied) - Filters all the issues that I'm mentioned in past 3 days, and I haven’t reply yet or marked as replied.
I'm sure this must be possible someone and potentially using some AND,OR,NOT combination alongside.
Anybody any ideas? i cannot install plugins or third party plugins as not Admin of the workspace. So this has to be mashed up with JQL :D
there have been some workarounds on this during the last years. Some users reported them to work, then the workarounds cease operation, then there will be new workarounds.
If you want to read through them you can do it here:
https://community.atlassian.com/t5/Jira-questions/Show-my-mention-s/qaq-p/220486
For the "unanswered yes/no" part I would earliest care then the mentions are gathered correctly.
A label "answered" could be a solution.
A sustainable fix to the JQL query requirement would be that something like this will be implemented - so just feel free to leave a "vote" in this Suggestion:
https://jira.atlassian.com/browse/JRACLOUD-27594
Cheers,
Daniel
hey @Fadoua unsure exactly how this syntax would look, can you point me to the syntax itself. I've played around for a bit but can't seem to get the desired syntax from my original question
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you try the following?
updated >= -3d AND status = "To Do" AND assignee in (currentUser()) order by created DESC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You don't need any plugins to achieve the results mentioned above
You will need to build some JQL queries then add the filters to your dashboard.
Please start with the first link as it has basic information.
Let me know if you have any questions
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.