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 Alex Last over 11 years ago
I've submitted a related task #7184.
#2
Updated by Rodrigo Recio over 11 years 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 over 11 years ago
same problem here ... :(
#4
Updated by RedminePro Yang over 11 years ago
Already support. You can tracker for a project by
http://www.redmine.org/projects/1.json?include[]=trackers
#5
Updated by Rodrigo Recio almost 11 years ago
Well, I'm on 1.2.1 and it's not working :(
#6
Updated by Rodrigo Recio almost 11 years ago
I'm sorry, I was wrong. it works, thanks.
#7
Updated by Mischa The Evil over 10 years ago
Does this issue got superseeded by #7184 completely? If yes, then we can close this issue.
#8
Updated by Jean-Philippe Lang over 10 years 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 Alex Last over 10 years ago
Thanks! We will add support to Redmine Java API soon.