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
No. I am not aware that this would be possible at all.
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
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.