work item statistics widget parameter by approval status
![]()
we would like to have a WI statistics widget that shows all work items and be able to parameterize by the approval status. so I could display a bar chart that shows me I have 50 stories, 25 are fully approved, 5 are pending and 20 have no approvals requested.
|
One answer
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Apr 17 '14, 3:25 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Hi Suzanne, I think the widget parameter only works with attributes (of certain types e.g. enumerations and some other types). Approval status is not really an attribute. I was not able to configure this.
Comments ![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Looking at it, you could create three queries, each for the approval states and one for work items with no approvals and have work item statistics for each of those e.g. grouped by priority.
|