在redmine中通过API创建非公共项目[1.4.4.stable]

时间:2012-09-04 14:27:59

标签: api project redmine

我找不到任何相关信息。我留下了几代人;)

解决方案:

172     custom_json = {
173             "project": {
174                 "name": project.name,
175                 "identifier": identifier,
176                 "parent_id": parent_id,
177                 "description": project.description,
178                 **"is_public": False,**
179                 }

1 个答案:

答案 0 :(得分:0)

172     custom_json = {
173             "project": {
174                 "name": project.name,
175                 "identifier": identifier,
176                 "parent_id": parent_id,
177                 "description": project.description,
178                 "is_public": False,
179                 }