Project

General

Profile

How to get information about [Issue status] through redmine api

Added by kyeongtae no over 2 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.

code.png (12.1 KB) code.png

Replies (1)

RE: How to get information about [Issue status] through redmine api - Added by Andrea Sanchez over 2 years ago

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)