Forums

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

List of issues created but not closed by my team

Michal
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!
January 9, 2019

Hello!

Total jira beginner here. I would like to search for issues created by my team, but closed by everyone else (excluding my team)

How can I do that?

I started to write something like that:

issuetype = Bug AND creator in (x, y, z) AND status = Resolved  AND "Resolver/s" not in (x, y, z) but it does not list anything.

 

I would appreciate any help

 

2 answers

2 accepted

0 votes
Answer accepted
Charly [DEISER]
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.
January 9, 2019

Hi @Michal

You can try this one:

issuetype = Bug AND reporter in (xxxxxx, yyyyyyyy) AND  status was Resolved  BY zzzzzzzzz

 

Hope this helps!

Michal
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!
January 9, 2019

Thanks, the only problem is I know 6 users that create the issues in my team, but I cant list all developers that can closed it. Don't know who there are. 

So I need to somehow exclude my guys from resolvers - to see a list of issues created by my team but closed by everyone else but not my guys. Is this somehow possible?

Charly [DEISER]
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.
January 9, 2019

I don´t think you are going to be able to filter by resolvers :-(

0 votes
Answer accepted
Ivan Tovbin
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.
January 9, 2019

Try this:

issuetype = Bug AND creator in membersOf("group name") AND status = Resolved AND (resolution CHANGED BY x OR resolution CHANGED BY y OR resolution CHANGED BY z)

Not the most elegant query, especially if you have lots of resolvers, but I'm afraid there's nothing else you can do here with what's available in Jira out of the box.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events