I need to add a chart to my dashboard such that I can get the total number of tests in a certain component against tests with the same component and have a certain label. I think this may need grouped bar chart to do this comparison.
Example:
We're having a label [iOS] added to tests with different components [component 1, component 2, component 3, .........]. I want to create a chart that shows the number or percentage of tests labeled with [iOS and in component 1] against the total number of tests in component 1. And so on for all components.
Hi @Menna Kassem , I wonder if a pie chart might work using the below filter.
project = xxxx and component = component1
set the pie statistic to labels.
now this obviously excludes any component other than component1 so that may not be desirable but just trying to interpret your true goal.
I tried this before but multiple labels appear in the Pie chart other than the one that I need. Also, I thought about the grouped bar chart as I need to show different components on the same chart to have a full vision. So that I have a bar to show the total number of tests in component1 and another one for tests in component1 with label X.
Something like this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Menna Kassem Did you ever get an answer or figure this one out on your own? This is EXACTLY what i need - all issues in a sprint compared to how many of them have a certain label.
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.