nanego / redmine_multiprojects_issue

A Redmine plugin which allows you to specify several projects per issue
http://www.redmine.org/plugins/redmine_multiprojects_issue
MIT License
57 stars 29 forks source link

Redmine Rest-API #40

Closed ToniIltanen closed 6 years ago

ToniIltanen commented 6 years ago

Is there a support to set multiple projects in to issue through the rest api?

nanego commented 6 years ago

Yep. You should be able to set multiple projects to an issue with this parameter: issue[project_ids] Just give it an array of project ids.

ToniIltanen commented 6 years ago

Nice, thank you!