开发者

Pivotal tracker api integration releases [closed]

开发者 https://www.devze.com 2023-02-19 04:59 出处:网络
Closed. This question needs to be more focused. It is not currently accepting 开发者_开发问答answers.
Closed. This question needs to be more focused. It is not currently accepting 开发者_开发问答answers.

Want to improve this question? Update the question so it focuses on one problem only by editing this post.

Closed 5 years ago.

Improve this question

It is possible to add a release through the Pivotal API (v3) ?


Got an email from the Pivotal team:

Yes it is possible to add releases through API. In Tracker, releases are just a 'type' of story. You can add a release by specifying the story_type 'release'. See the example below.

curl -H "X-TrackerToken: TOKEN" -X POST -H "Content-type: application/xml" -d "<story><story_type>release</story_type><name>Release Torpedos Phase 1 </name><requested_by>James Kirk</requested_by></story>" http://www.pivotaltracker.com/services/v3/projects/PROJECT_ID/stories
0

精彩评论

暂无评论...
验证码 换一张
取 消