Forums

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

How to identify Bugs fixed by developers per day

KAGITHALA BABU ANVESH
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 7, 2021

Hi Friends,

 

How to get "How many bugs fixed by date which are passed through a status "Dev Fixed"", we don't have any plugins.

Please suggest "JQL Query".

 

Thanks,

Anvesh

2 answers

1 vote
Sandesh Shetty
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 7, 2021

May be you can try something like this

status was "Dev Fixed" AND issuetype = bug

kindly accept the answer if it resolves the issue!!

KAGITHALA BABU ANVESH
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 7, 2021

I'm able to get the issues list , which passed through " Dev Fixed"

But i want to display 

How many "Dev Fixed" are there on particular Day.

  

Sandesh Shetty
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 7, 2021

@KAGITHALA BABU ANVESH 

You can try something like this

STATUS changed TO "Dev Fixed" ON "2021-01-08"

KAGITHALA BABU ANVESH
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 7, 2021

Hi @Sandesh Shetty ,

Is there any chance to Display filter results as 

when status changed to "Dev Fixed" Date Vs Assignee 

or 

when status changed to "Dev Fixed" Date Vs Status  

On dashboard Gadgets.

 

Thanks,

Anvesh

Sandesh Shetty
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 7, 2021
KAGITHALA BABU ANVESH
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 7, 2021

I think, Those are Plugin related right.

Thanks for the inputs.

I will create a "Dev Fixed Date" custom Field, and ask Developers to select the Date while moving issue to "Dev Fixed" Status.

This may be helpful in identifying the date of status change.

Sandesh Shetty
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 7, 2021

Yes, Sure

Daniel Ebers
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, 2021

Sounds good and if you want to automate it (so developers do not forget about setting the date right) you also can put it into Post Function of transition going to "Dev Fixed" :)

0 votes
Jack Brickey
Community Champion
January 8, 2021

You can construct the desired filter that returns the results you need the apply to the 2-dimensional gadget in a dashboard. Set the assignee to the y-axis and maybe status as the X. 

KAGITHALA BABU ANVESH
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 8, 2021

Hi @Jack Brickey ,

 

Any chance of displaying data as 

X axis assignee

Y Axis Status changed date

 

Trying from morning , in Jira dashboard gadgets Dates are not available to populate a gadget.

so i tried the following 

project = "XYZ" AND status changed to "Dev Fixed" DURING (startOfDay(),endOfDay())

 

placed a two dimensional gadget ax

X - axis Assignee || Y -Axis --> Issue type ( We have all issue types having "Dev Fixed" in WF status)

Due to Day wise , we are unable to view the history

Jack Brickey
Community Champion
January 8, 2021

Dates would not work as that could result in a very long messy table. I would just play with the various options to see what works best. True history won’t work on 2-d. You could do a created vs resolved for each developer but that isn’t good for a large team. 

Suggest an answer

Log in or Sign up to answer