Restream / redmine_tagging

Add simple tagging support to Redmine Issues/Wiki pages
113 stars 52 forks source link

tagging information through Redmine REST API #23

Closed jdnavarro closed 12 years ago

jdnavarro commented 12 years ago

With redmine_tagging working I'd like to get all issues of a redmine instance in JSON with its tags. More specifically, I'd like to have an extra field for each issue when I access /issues.json

Is there any workaround to get a list of all issues with the tagging information?

Would it difficult to write a patch to add this functionality? Any hints so that I can attempt to write that patch myself?

Danny