Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I filter by reporter on a JIRA board?

Alexandra Moraru
Contributor
August 16, 2018

Hi,

I am trying to add a filter on a JIRA board to allow to see all issues raised by a specific reporter - is this possible and what jql would you recommend I use?

3 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

3 votes
Answer accepted
Michael Wohlgemuth
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.
August 16, 2018
reporter = yourdesiredusername
Alexandra Moraru
Contributor
August 16, 2018

Thanks, this worked! I had to create a filter for each of the 15 users, but it works!

Michael Wohlgemuth
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.
August 16, 2018

What? Nooooo, nononono. You asked for ONE user :D

If you have more than one, please consider using a group and the JQL function membersOf("group") or the following syntax (which i dont recommend compared to the "group option"):

reporter IN (dev1username, dev2username, dev3username) 

Really, a group would work wonderful for this and would be easier to maintain imo.

Like # people like this
Alexandra Moraru
Contributor
August 16, 2018

I am using the group as a subfilter for the board.

 

Ideally, I'd love to just add another button as the 'Assignee' one (in the screenshot below), but based on the 'Reporter', since I want to have the option to switch views based on each reporter I have in the specific defined group.

 

Screen Shot 2018-08-16 at 17.24.36.png

Like Guillaume Cougard likes this
Michael Wohlgemuth
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.
August 16, 2018

I cannot for the life of me find the option to add a button like you have on my board. So no, unfortunately i cannot help you further here besides pointing you to a plugin i found that might (!) provide the functionality you need.

....

I would love to know where you got that button from though. I only find options to add quickfilters and none of them give me this user picker field. 

Alexandra Moraru
Contributor
August 16, 2018

Unfortunately, the 'Assignee' button (just like quick filters) seems to come with the creation of any new board, I spent a lot of time finding a way to modify that one since I could not add another one.

Thanks for the plugin! Going through it now.

11 votes
Ismael Altenhofen
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 6, 2022

4 years later and this is still not possible... 

1 vote
Guillaume Cougard
Contributor
August 25, 2020

2 years later and this is still not possible...