如何访问Phabricator Maniphest的RESTful API?

8
我正在尝试通过编程方式在Maniphest上创建任务/缺陷:https://www.phacility.com/phabricator/maniphest/,但我似乎找不到一个可以完成此操作的RESTful API。 我是否完全错过了某些东西?或者目前不存在这样的API。

1
http://stackoverflow.com/questions/25660771/phabricator-get-commit-author-from-feed-story-for-stories-that-are-concerns-co/27864394#27864394 - JoggerJoel
2个回答

7

0

您可以访问Phabricator的API,以创建任务、查询用户信息等。

以下是使用Postman访问https API的演示。

注意:对于多值字段(例如“ccPHIDs”),应该使用像图片中那样的格式。 enter image description here

但在Conduit UI测试中,您必须使用JSON格式,就像这样:["PHID-PROJ-xxx3", "PHID-PROJ-xx12"]

Phabricator的API是我目前使用过的最差的API集合。真是受够了...


网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接