我正在尝试以编程方式在Maniphest上创建任务/错误:
https://www.phacility.com/phabricator/maniphest/
但我似乎找不到可以做到这一点的RESTful API.
我完全错过了什么吗?或者目前是否存在
解决方法
Conduit(
https://secure.phabricator.com/book/phabricator/article/conduit/)应该适合你.有一个名为createtask的方法(看起来像
https://secure.phabricator.com/conduit/method/maniphest.createtask/)正是您正在寻找的方法.