Forums

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

Report for issue type

Małgorzata Kowalczewska October 22, 2020

I need to know how many bugs we created vs. how many of them was resolved in specified time. In other words - how can I create a created vs. resolved report filtered by issue type (bug/task/etc)?

 

2 answers

1 accepted

1 vote
Answer accepted
Jack Brickey
Community Champion
October 22, 2020

So I don’t understand why C vs. R gadget wouldn’t work if you create the right filter. If you want the gadget to reflect issues created since the beginning of the year...

project in (a,b,c) and createddate >= startofyear()

maybe your requirements are more complex than this?

Małgorzata Kowalczewska October 22, 2020

I know that I can set filter on a project, but I want a Bug (issue type) and I can't see this kind of filter in that report.

Jack Brickey
Community Champion
October 22, 2020

project in (a,b,c) and createddate >= startofyear() and issuetype = bug

doesn't that give you what you want?

Like Chris L likes this
Chris L
Contributor
May 19, 2021

This is very useful, as I have just been asked the same question by our support team so I will try this and report back. Many Thanks

0 votes
Ollie Guan
Community Champion
October 22, 2020

Hello @Małgorzata Kowalczewska ,

Created vs Resolved charts can be used to show the difference between the number of issues created versus the number of issues resolved over time.

BTW, you can use filters to classify and count the Issuetypes.

https://support.atlassian.com/confluence-cloud/docs/insert-the-jira-chart-macro/

Małgorzata Kowalczewska October 22, 2020

Hi @Ollie Guan ,

Thanks for your answer, however, it doesn't solve my problem. I know how the report Created vs. Resolved works but I need something more - I want to show my team how many bugs were created from the begginig of the year and how many are "done". Is there any way I can do this?

Ollie Guan
Community Champion
October 22, 2020

I think that many gadgets can meet your needs, such as pie charts, issue statistics,etc.

issuetype = bug AND created >= 2020-01-01 ORDER BY created ASC

QQ截图20201022170515.png

Małgorzata Kowalczewska October 23, 2020

I will check on that. Thanks

Like Ollie Guan likes this

Suggest an answer

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

Atlassian Community Events