How to find unique list of labels used in a project?
Run a search for "project = XXX and labels is not empty"
Save it as a filter
Create or update a dashboard, adding a gadget for "filter statistics" which uses that filter and is grouped by "label".
This will give you labels used within that project and their frequency of use.
Dashboard gadget that I use for this purpose: Heat Map or Two Dimensional Filter Statistics (couldn't find just filter statistics).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, try "issue statistics"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I tried Issue Statistics but it always shows "No Data Available". Not sure whether I did something wrong or there is a bug in the gadget.
Heat Map and Two Dimensional Filter Statistics are fine for me so mission accomplished for now :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unlike components, there is no place to find a tidy list of all the labels a project is using. You could always so an advances search using the jql format
Project = ABC AND labels is not empty
Which will return the full list of all of the issues in the ABC project that have a label, then make sure you are on list view:
Then add labels to the visible fields:
Hope this helps!
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.