agile - Getting [TOTAL DURATION ESTIMATE] and [TOTAL REMAINING DURATION] information using version one rest api -


how can these story total duration , remaining duration using version 1 api? tried https://host/meta.v1/story?xsl=api.xsl , https://host/meta.v1/timebox?xsl=api.xsl api docs, still not getting.

the values looking listed in meta "estimate" , "todo". see values specific story use this:

http://host/instance/rest-1.v1/data/story/5296?sel=estimate,todo 

to see summation of values within specific project (scope), use this:

http://host/instance/rest-1.v1/data/scope/5258?sel=workitems:story.estimate.@sum,workitems:story.todo.@sum 

note in example, downcasting workitems stories being used.


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -