如何通过API在easyredmine中从项目模板创建项目?

时间:2019-02-07 17:50:01

标签: javascript api redmine-api

我正在尝试在Google Apps脚本中编写脚本,以便从easyredmine中的项目模板创建项目。

以下是参考文档:https://easyredmine.docs.apiary.io/#reference/project-templates/create-a-project-from-a-project-template/create-a-project-from-a-project-template

问题在于服务器使用422代码进行响应。 (现在我正在尝试使用Insomnia进行api)。服务器只说我的请求中缺少必填字段。

这是我的xml:

<template>
    <parent_id>274</parent_id>
    <project id="2020">
        <name>test</name>
    </project>
</template>

我省略了自定义字段,因为我在简易的Redmine中关闭了模板中必填的自定义字段。

有人通过API在Redmine中通过模板创建项目吗? easyredmine支持声称他们不支持API;)

0 个答案:

没有答案