limit number of work items per workflow
When customizing a workflow for a work item type is it possible to impose a limit on number of work items per workflow state?
Secondly, is it possible to visualize if that limit is exceeded? The intention would be to use RTC to visualize the workflow in an environment where Kanban is used. |
5 answers
Geoffrey Clemm (30.1k●3●30●35)
| answered Feb 02 '11, 3:38 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
WRT visualization, if you group by Dev Status, it is easy to tell
whether a particular state (status) is getting full, or overflowing. WRT enforcing a limit, we'd need someone familiar with the work item API to indicate whether there is API to automatically do that check from a "workitem save" process adviser. CHeers, Geoff On 2/1/2011 7:23 AM, rydiand wrote: When customizing a workflow for a work item type is it possible to |
Thanks Geoff,
Can you please tell me what is WRT? Reagrds Torben WRT visualization, if you group by Dev Status, it is easy to tell When customizing a workflow for a work item type is it possible to |
On 2011/02/03 0:38, rydiand wrote:
Can you please tell me what is WRT? WRT = with respect to |
On 2011/02/03 0:38, rydiand wrote: Can you please tell me what is WRT? WRT = with respect to TAWL = Thanks a whole lot |
Ralph Schoon (63.5k●3●36●46)
| answered Feb 04 '11, 4:44 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Hi Geoff,
you could create a work item advisor that checks a post condition on saving a work item state. You could query in a work item advisor and get the number of hits. In a change state event one could most likely use his to limit (not allow the transition to that state if there are too many in that state). Disadvantages I see would be 1. performance: the query would cost time if it is always run changing a state or going into a specific state. 2. Usability: As a user, what am I supposed to do now that I can't change into the state. I'd rather prefer the team monitors this in dashboards or reports and the team decides to do something if they feel a state gets "Full". Thanks, Ralph WRT visualization, if you group by Dev Status, it is easy to tell When customizing a workflow for a work item type is it possible to |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.