Rally API Add Tags to existing userstory NodeJS

怎甘沉沦 提交于 2019-12-11 05:08:08

问题


I have been stuck on this issue for a while and I finally ended up asking on here. I need an example on how to add existing tags on existing test case using the NodeJS rally api. I have already seen the Java implementation and it does not help me too much.

I already have an application which creates/updates test cases, test folders, etc. I just got an extra requirement to add tags. I have been looking at their APIs and I am so confused on how to attach the tags. Any help would be greatly appreciated.


回答1:


Check out this section in the user guide:

https://github.com/RallyTools/rally-node/wiki/User-Guide#add-to-a-collection

That code example is adding defects to a story, but it should be super straightforward to change that to tags...



来源:https://stackoverflow.com/questions/42842129/rally-api-add-tags-to-existing-userstory-nodejs

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