Vote #71380
未完了The issues API filters out closed issues by default
0%
説明
The @GET /issues.xml@ API only shows open issues when called without arguments.
For an API it is strange to apply such a filter by default?
I understand that the API uses the same code as the web interface for queries, but an API does not show that this default filter is on, as the web interface does.
(adding a warning/notice in the API docs would be nice too for versions where this is already the norm)
journals
Confirm that. It's still the same behaviour in 2.0.3
I need all issues regardless their Status when called without parameters for implementing in our company intranet.
--------------------------------------------------------------------------------
I was about to write "hey, this is still a problem" until I read the API notes again. To pull all types of issues, use
status_id=*
--------------------------------------------------------------------------------