Added by kyeongtae no about 3 years 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.
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