Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,557,818
Community Members
 
Community Events
184
Community Groups

Search tickets by reporter and text at once

Hello,

I want to be able to find all tickets related to someone if that person is the reporter or just mentionned in a ticket.

Right now, the only way I found is to do this:

Using basic search, add the reporter field and select the person.
Using basic search, search for the name of the person in the text field.
Switch to JQL.
Change the "AND" to an "OR".

This gives me the results I want but it's not very practical to have to do that for each search.

Ideally, the text field would also search the reporter directly. Is that something that can be done?

Thank you.

 

2 answers

2 accepted

2 votes
Answer accepted
Dan Breyen
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Mar 24, 2023

If you use the text only search, I would NOT expect the JQL to find them if their name is in the reporter field because the reporters are not stored as text.  You would need to 'OR' the two different queries together so it's searching multiple fields.  

You can also save that JQL query once you have it working so you don't have to save it over and over again.  You should be able to save it as a filter in Jira.

I was hoping there would be a way to enable the text field to also search the reporter field but that will do the job.


Thank you for your help.

2 votes
Answer accepted
Joseph Chung Yin
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Mar 24, 2023

@Oscar Gagnon -

Welcome to the community.  You can try the usage of text search combined with search for reporter in one.  I am sure you already doing so -

JQL example - project = xxxx and (reporter = <userid> or text ~ "<userid>")

You can just use text ~ criteria only and without using the reporter field, it should still give you all issues where the specific user is associated to.  NOTE - text is not an actual field, it is just a syntax for search any text value in the issues.

You can also save your JQL filter and reuse it without recreating it from scratch every time.

Hope this helps.

Best, Joseph Chung Yin

Jira/JSM Functional Lead, Global Technology Applications Team

Viasat Inc.

Hello,

If I use only the text ~ criteria it doesn't find the tickets where the reporter is equal to that criteria. I need to also add the reporter field.

It works only if their name was also mentionned somewhere in text in the ticket. If the only entry for their name is in the reporter field, using only the text ~ criteria will not find them.

Thank you for your help.

Joseph Chung Yin
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Mar 24, 2023

@Oscar Gagnon 

That is why I suggested in my previous response - JQL example - project = xxxx and (reporter = <userid> or text ~ "<userid>")

If my suggestion helped you, please click on Accept answer button when you have a chance.

Best, Joseph

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events