Is there a way to change the calculation for the progress bar on a story work item?
Is there a way to change the calculation of the progress bar on a story work item so it will calculate off of attributes within the same story work item? The customer says they do not have time to add tasks underneath their stories, but would like to see their progress on the progress bar. Is there a way to change the way the progress bar is being calculated? I would like to add an attribute on the story work item that the customer can change to the current progress percentage and then have that percentage attribute update the progress bar. Is this possible? |
Accepted answer
Ralph Schoon (63.5k●3●36●46)
| answered May 18 '17, 1:41 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER No. I am not aware that this would be possible at all.
Janet Charbonneau selected this answer as the correct answer
Comments Hi Ralph, Sure ? If yes, I would need to fetch the % value of "Work Progress" in Workitem. I think to create a Custom JavaScript where I use getValue of "Work Progress" and populate into Custom attribute. But I am stuck with finding unique ID of "Work Progress" to get the value. Can you suggest me how to get the % value of "Work Progress" ? Thanks Sudar |
One other answer
Geoffrey Clemm (30.1k●3●30●35)
| answered Nov 13 '17, 8:46 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER I would highly recommend trying to convince the customer to create a single "progress" task under each story, and then they can manually update the progress for that single progress task. If you wanted to automate this, you could create a follow-up operation behavior for workitem-save, which automatically creates this progress task for a new story. Comments It would also be possible to use a custom attribute where the users can enter their progress. This would not do anything to the progress bar, obviously.
|
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.