Reporter |
![]() |
---|---|
Created | Oct 30, 2012 12:28:38 AM |
Updated | Aug 22, 2013 5:41:39 PM |
Priority | Normal |
Type | Feature |
State | Open |
Assignee | Anna Zhdan (Anna.Zhdan) |
Subsystem | REST API |
Fix versions | No Fix versions |
Fixed in builds | No Fixed in build |
Affected versions | No Affected versions |
Browser | Any Browser |
OS | Any OS |
Verified in build | Not verified |
Verified by | Nobody |
Reviewed by | No reviewed by |
Severity | Undefined |
I'm trying to implement a Recent Activity Tab using the REST API with jQuery (Relates to http://youtrack.jetbrains.com/issue/JT-2465)
I already created a dashboard with the working items, pending, etc, all works perfect.
But now we need a Timeline or Recent Activity Tab, the problem is that the API provides the changes issue by issue, I can't call it for each issue.
Can you provide a new API like:
GET /rest/issue/{project}/changes
or in the exports API:
GET /rest/export/{project}/changes
That returns all changes in all issues, with the filter and max options (so we can pass filter=updated%3A+%7BThree+weeks+ago%7D+..+Today&max=1000)
PS: The comments must also be included in changes
I already created a dashboard with the working items, pending, etc, all works perfect.
But now we need a Timeline or Recent Activity Tab, the problem is that the API provides the changes issue by issue, I can't call it for each issue.
Can you provide a new API like:
GET /rest/issue/{project}/changes
or in the exports API:
GET /rest/export/{project}/changes
That returns all changes in all issues, with the filter and max options (so we can pass filter=updated%3A+%7BThree+weeks+ago%7D+..+Today&max=1000)
PS: The comments must also be included in changes