How to get information about [Issue status] through redmine api
Replies (1)
(1-1/1)
Added by kyeongtae no 8 months ago
Hello
I am trying to get the value in '/redmine/issue/{issue_id}/status/' via C# RedmineManager.
When the code below is executed, the html data for [Issue status] is not output, but the html data for [Login form] is output.
If there is anything I am missing, please reply.
thank you.
code.png (12.1 KB)
Did you already configure your api? Administrator -> Configuration -> Api
I'm getting the infomation like this /issues/9.json or like this /issues.json?issue_id=9.
Hope this help :D
(1-1/1)