Feature #22109
REST API to get a list of the activites
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | REST API | |||
Target version: | - | |||
Resolution: |
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
History
#1
Updated by Vanessa Martinez about 6 years ago
At least this would reflect the informations that are presented in the "Activity" for a project.
#2
Updated by Vanessa Martinez about 6 years ago
- Status changed from New to Resolved
#3
Updated by Toshi MARUYAMA about 6 years ago
- Status changed from Resolved to Closed
- Resolution set to Duplicate
Duplicate of #14872.
#4
Updated by Toshi MARUYAMA about 6 years ago
- Duplicates Feature #14872: Activities REST API added
#5
Updated by Chris Burgess over 5 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.
#6
Updated by Toshi MARUYAMA over 5 years ago
- Duplicates deleted (Feature #14872: Activities REST API)
#7
Updated by Toshi MARUYAMA over 5 years ago
- Related to Feature #14872: Activities REST API added
#8
Updated by Toshi MARUYAMA over 5 years ago
- Status changed from Closed to New
- Resolution deleted (
Duplicate)
#9
Updated by Tom Coopman over 2 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"