Feature #7181
List of trackers in REST API
| Status: | Closed | Start date: | 2010-12-27 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | REST API | |||
| Target version: | 1.3.0 | |||
| Resolution: | Fixed |
Description
Now it is impossible to get the list of all available trackers through REST API.
Related issues
Associated revisions
Adds API response to /trackers to get the list of all available trackers (#7181).
History
#1 Updated by Alexey Skor over 1 year ago
I've submitted a related task #7184.
#2 Updated by Rodrigo Recio about 1 year ago
I've made a pull request on github with a code that expose trackers through REST, but no one use it.
Can anyone please do something about it?
#3 Updated by Marco Descher about 1 year ago
same problem here ... :(
#4 Updated by RedminePro Yang about 1 year ago
Already support. You can tracker for a project by
http://www.redmine.org/projects/1.json?include[]=trackers
#5 Updated by Rodrigo Recio 6 months ago
Well, I'm on 1.2.1 and it's not working :(
#6 Updated by Rodrigo Recio 6 months ago
I'm sorry, I was wrong. it works, thanks.
#7 Updated by Mischa The Evil 6 months ago
Does this issue got superseeded by #7184 completely? If yes, then we can close this issue.
#8 Updated by Jean-Philippe Lang 6 months ago
- Status changed from New to Closed
- Target version set to 1.3.0
- Resolution set to Fixed
Added in r7877. You can now do GET /trackers.(xml|json)
#9 Updated by Alexey Skor 6 months ago
Thanks! We will add support to Redmine Java API soon.