alphanodes / additional_tags

Redmine Plugin for adding tags functionality to issues and wiki pages.
https://www.redmine.org/plugins/additional_tags
GNU General Public License v2.0
64 stars 26 forks source link

Feature request: REST API #21

Closed amacado closed 2 years ago

amacado commented 2 years ago

Any plans on providing a REST API to manage (add/remove on issues/pages) TAGs programmatically?

Redmine Core REST API: redmine.org/projects/redmine/wiki/rest_api

alexandermeindl commented 2 years ago

Hi @amacado,

This is already implemented, but documentation is missing. See https://github.com/AlphaNodes/additional_tags/blob/main/test/integration/api_test/issues_test.rb#L55 for examples.

By writing tests a couple of hours ago, I found a bug on creating new issues with tags - this should be fixed with my last commit.