I wonder whether there is a method for getting statistics or reports based on ticket labels?
For instance, the Issue Statistics dashboard gadget does not seem to support 'labels' as a statistic to report on - though this would be the perfect solution for my needs.
Is there another gadget I could use, or another method to get this kind of information?
I am a lowly tester basically trying to find a method of tracking which tickets are bugs, and which of those 'bugs' are code faults, which are change requests from our fickle designers, how many iterations of testing are required etc. but I can't really use the Status or Priority fields due to the way that our team have set up the project workflow.
As far as I can work out, we are on JIRA version 4.0.2 which probably won't be to my advantage.
Any comments/suggestions gratefully received!
Hi Ed,
you can create a filter with JQL, for example "labels = faults". Save this filter and use it in your gadgets to see only the issues related to this label.
I hope, this is working in 4.0.2. It is working in 4.3.4 ;-)
Thanks Thomas
Unfortunately I think your solution is the only way to go, althogh I had hoped to avoid it! I can set up the Favourite Filters gadget to dispay the list of queries and get a 'total results' for each. I guess it is similar to the Statistics gadget, though far more fiddly and less informative.
I'll give it a try and see how I get on.
Thanks again!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you have confluence, and a jira sql access enabled, then a combination or {sql} macro and {chart} macro could help you out to pull out the data from the Jira tables.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Could you put / show some example or sample? or any reference link?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can try eazyBI reporting application for JIRA where you will have separate Label "dimension" and you will be able to easily create issue reports and charts by labels as well as by any other JIRA issue stanrad or custom field.
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.