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