我尝试以编程方式在Maniphest上创建任务/错误:https://www.phacility.com/phabricator/maniphest/
但我似乎无法找到可以执行此操作的RESTful API。
我完全错过了什么?或者目前是否存在一个答案 0 :(得分:6)
Conduit(https://secure.phabricator.com/book/phabricator/article/conduit/)应该适合你。有一个名为createtask的方法(看起来像https://secure.phabricator.com/conduit/method/maniphest.createtask/),这正是您所寻找的。 p>
答案 1 :(得分:0)