Two-Dimensional Filter Statistics Gadget

Rohit Agarwal February 12, 2017

Hi Atlassian Team,

In Two-Dimensional Filter Statistics Gadget when we select an X axis field to be displayed then can we get an sub option of selecting among the different values of X axis field for ex: if we have some field Test_Case_execution status which can have multiple values like Not_executed, pass, fail and i want to display result of only Not_executed issues which might contain Test_Case_execution field multiple value as Not_executed and pass.

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 12, 2017

That's not what the field selection is for - the gadget is intended to show you values from your filters, it's not trying to do the selection on top of your filter.

The best thing you can do is amend your filter(s).  Add "and test_case_execution status = not_executed".  Although that's not going to be much point in a 2d statistics gadget.

Payal Gogia February 16, 2017

Hi Nic,

Thanks for your valuable comment. Just to add to Rohit's point actually JIRA supports Multiple values of field Test Case Status , currently users use same field to track status of different releases. Lets say we have two parallel release Rel_X and Rel_Y and test case TC_01 is applicable for both the releases so got executed in both and to track its execution in both the releases generally user marks them as Pass_Rel X, Pass_Rel Y respectively. So final value of Test Case Status for TC_01 is Pass_Rel X, Pass_Rel Y.

Now if we want to track status of Rel X (how many test cases passed, how many failed ) ,we will apply filter like   (project = TCM AND "Application Name" = MOSO AND status != Closed AND Module = Sync_Kracken and "Release Version" = "Rel X" and "Test Case Status" = "Pass_Rel_X" ) this will return us list of test cases passed in Rel X.

Let's say TC_01 is passed in both the releases so have Test Case Status value as (Pass_Rel_X, Pass_Rel_Y). So TC_01 will come in results as it satisifies the filter condition.

If we use same filter mentioned above in Two-Dimensional Filter Statistics Gadget and  select an X axis field to be Test Case Status then it displays all values of Test Case Status  for TC_01 in the Gadget (both values Pass_Rel X, Pass_Rel Y ) While we need status only of Rel_X and that is what we mentioned in our filter also. So it would be great if we can get a sub option to select any one value out of multiple values of Test Case Status field, so that we can track execution status of test cases per release. 

 

 

Suggest an answer

Log in or Sign up to answer