taskadapter / redmine-java-api

Redmine Java API
Apache License 2.0
269 stars 162 forks source link

support Redmine 4 new "issue relation" format #363

Closed alexeyOnGitHub closed 3 years ago

alexeyOnGitHub commented 3 years ago

Redmine 4 has a backward incompatible change in its Issue Relations REST API: it now requires "issue_to_id" parameter to be a comma-separated string when creating issue relations (instead of previous single number). this change adds support for the new format. I tested this with both Redmine 3.4.5 and 4.2.0.