Rank value on stories

微笑、不失礼 提交于 2019-12-12 13:12:59

问题


When calling the Rally WSDL API I receive very large numbers for the "Rank" field, e.g. 500000011520, but I would like the get the rank in the backlog, e.g. #1. Does anyone know how I can find or compute the rank in the backlog?


回答1:


In REST, there are Ranking arguments for the create endpoint:

https://rally1.rallydev.com/slm/webservice/1.39/hierarchicalrequirement/create?rankTo=TOP https://rally1.rallydev.com/slm/webservice/1.39/hierarchicalrequirement/create?rankTo=BOTTOM https://rally1.rallydev.com/slm/webservice/1.39/hierarchicalrequirement/create?rankAbove="/hierarchicalrequirement/12345678910" https://rally1.rallydev.com/slm/webservice/1.39/hierarchicalrequirement/create?rankBelow="/hierarchicalrequirement/12345678910"

Unfortunately these are REST-only tools - Rally's SOAP API doesn't have analogous functionality. I'd encourage you to look at Rally's REST toolkits - they are definitely more flexible than Rally's SOAP.

REST Toolkits are outlined here:

http://developer.rallydev.com/help/rest-apis



来源:https://stackoverflow.com/questions/13382868/rank-value-on-stories

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!