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
May be you can try something like this
status was "Dev Fixed" AND issuetype = bug
kindly accept the answer if it resolves the issue!!
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I dont think we can do that.
Please refer bellow links
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, Sure
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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" :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.