Dear All,
I have a question : in the project I am running I would like to see under a specific labels how many tasks are created and have them sorted by components
So let's say I have the label ABC and this label is added to different Components task (each component is one different app): Can I do that? Can I create a filter which will show me all the task under the ABC label and also show me how many ABC task are created per each component app?
Also would love to have something like this in a PIE chart or any other chart which would graphically show me this datas.
Hello @Pioivan Cardillo Cupo
Welcome to the community!!
For this, you can create a filter like component = "ABC" and save it. In case, you first wish to see all the issues for the component and labels, the JQl query can look like this:
component = "ABC" AND labels in (Label-1, Label-2)
After this, you can follow the below steps to create the dashboard:
Let me know if this helps or if you have any further questions.
Kindly accept the answer, if this solves your query.
Is a dashboard with a PIE chart gadget an option for you?
You create a filter with the JQL labels = ABC. You save this filter. You create a dashboard with a PIE-chart gadget with this filter and give Components as Statistic Type.
Regards, Marco
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is ppossible. Create a dashboard and use the two dimensional gadget. Group by component and label.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
what a community! Thank you all: Fast, precise and useful answers from everyone!
All the best,
Ivan!
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.