IMPORTANT! The information on this page is unverified and unsupported. Always double-check the accuracy of the solutions provided. Evaluate and test the impact on any environments!
Description
Currently, in Reports, it is possible to group items by status Name:
And then, display them through a Charts widget:
Is there a way to display or group items by status Meaning instead?
Observed on
- codebeamer 21.09-LTS (EMMA)
Solution
Out of the box, Reports support the selection of Meaning:
However, currently, this is not implemented in Widgets.
As an alternative, you may create a calculated field (full guide at Calculated Issue Fields) into the tracker and use it as a grouping field in a report/widget.
In the below example, just like in a ternary operator, the formula prints Finished for items with status Done or Implemented, else, it prints In Work:
valueInList(status.name, "Done", "Completed") ? "Finished" : "In Work"
This can be added as a Report grouping field:
and then, in a Charts widget:
For any other Support options, questions, or inputs, visit: https://intland.com/technical-support/