【问题标题】:How do i access the Phabricator Maniphest restful APIs?如何访问 Phabricator Maniphest RESTful API?
【发布时间】:2014-09-01 14:54:51
【问题描述】:

我正在尝试以编程方式在 Maniphest 上创建任务/错误:https://www.phacility.com/phabricator/maniphest/

但我似乎无法找到可以做到这一点的 RESTful API。

我完全错过了什么吗?或者目前不存在一个

【问题讨论】:

标签: web phabricator task-management maniphest


【解决方案1】:

导管 (https://secure.phabricator.com/book/phabricator/article/conduit/) 应该适合您。有一个名为 createtask 的方法(看起来像 https://secure.phabricator.com/conduit/method/maniphest.createtask/)正是您正在寻找的。​​p>

【讨论】:

    【解决方案2】:

    您可以访问phabricator的api,创建任务,查询用户信息等。

    这里是 postman 访问 https api 的演示。

    注意:对于“ccPHIDs”等多值字段,应使用图片格式。

    但在管道 UI 测试中。你必须使用json格式,像这样:["PHID-PROJ-xxx3", "PHID-PROJ-xx12"]

    phabricator 的 API 是 wrost 的 api 集,我现在用过。好恶心……

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-12-21
      • 1970-01-01
      • 2020-11-28
      • 2011-10-14
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多