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 want to show issues/tickets where i am mentioned in comments/summary/description and also are reported/assigned to me only.
Hello @anjani_kava ,
You can use below JQL:
Goto Filters --> Advanced Issue Search --> Search using below JQL --> Save filter
description ~ userid OR comment ~ userid OR summary ~ userid OR assignee = currentUser() AND reporter = currentUser()
To find your userid
- Goto Project (on top right corner) --> Profile --> From URL grab the id after /people/ in the url --> https://******.atlassian.net/jira/people/557058:100000d9b5-8dc7-462d-ae01-24ad919c4d14
You can add a Filter Results gadget with that filter on a dashboard. Also, you could change your JQL based on your needs, that have been updated within the last week or month.
You can also refer to this post
Thanks! Amazing that something so basic requires such a hacky work around. Are you listening JIRA?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jira on-prem, this doesn't work. Returns all issues whether I'm mentioned on them or not.
This really is some heck of a rickety workaround -- "View All My Issues" would be a great and popular feature, Atlassian!
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.