Feature #22109
openREST API to get a list of the activites
0%
Description
Hi,
I would like to enrich a time recording solution to be able to select a ticket from redmine.
Therefore it would be great to have a REST API like the time entries with input variables for:
- User
- Date
- Time
- Project
to retrieve all the tickets the user was working on this specific date. Time and project would be nice additional filter values.
Regards, Vanessa
Related issues
Updated by Vanessa Martinez over 8 years ago
At least this would reflect the informations that are presented in the "Activity" for a project.
Updated by Vanessa Martinez over 8 years ago
- Status changed from New to Resolved
Updated by Toshi MARUYAMA over 8 years ago
- Status changed from Resolved to Closed
- Resolution set to Duplicate
Duplicate of #14872.
Updated by Toshi MARUYAMA over 8 years ago
- Is duplicate of Feature #14872: Activities REST API added
Updated by Chris Burgess about 8 years ago
Please re-open this issue.
#22109 proposes exposing the existing Redmine Activity view via an API.
#14872 proposes introducing a new entity for lightweight notifications from systems external to Redmine. It proposes the name "Activities" which already has a meaning in Redmine context (any Redmine entity modified within a date range).
These are not duplicates, but the confusing terminology on the latter ticket makes them appear so.
Updated by Toshi MARUYAMA almost 8 years ago
- Is duplicate of deleted (Feature #14872: Activities REST API)
Updated by Toshi MARUYAMA almost 8 years ago
- Related to Feature #14872: Activities REST API added
Updated by Toshi MARUYAMA almost 8 years ago
- Status changed from Closed to New
- Resolution deleted (
Duplicate)
Updated by Tom Coopman about 5 years ago
Any update regarding this? Would like to fetch the activity of a user for a specific date. For instance;
- "user 1 changed status of ticket #.... from 'new' to 'done'"
- "user 1 assigned ticket #... to user 2"