GET /api/v1/:team/:note/issues/:index/tags
List tags
Supported Formats
json
Examples
GET /api/v1/test/test_note/issues/1/tags
200[{"html_url":"http://www.example.com/test/test_note/issues?tag=tag1","name":"tag1"},{"html_url":"http://www.example.com/test/test_note/issues?tag=tag2","name":"tag2"}]