-
- Downloads
Add filters by milestone, author, and assignee to task by type
The task by type internal API endpoints, used to produce the "Type of work" chart, can now filter by author, by assignees, and by milestone. This makes it consistent with the other charts on the same page. Using the same convention as the other charts, the filters are specified with the following URL parameters: - `milestone_title` - a string with the milestone title to filter for - `author_username` - the username of the author to filter for - `assignee_username` - it accepts a single username or multiple usernames (like `assignee_username[]=username1&assignee_username[]=username2`) of assignees to filter for. Changelog: changed EE: true
Showing
- ee/app/controllers/groups/analytics/tasks_by_type_controller.rb 4 additions, 1 deletion.../controllers/groups/analytics/tasks_by_type_controller.rb
- ee/lib/gitlab/analytics/type_of_work/tasks_by_type.rb 4 additions, 1 deletionee/lib/gitlab/analytics/type_of_work/tasks_by_type.rb
- ee/spec/lib/gitlab/analytics/type_of_work/tasks_by_type_spec.rb 29 additions, 0 deletions...c/lib/gitlab/analytics/type_of_work/tasks_by_type_spec.rb
Please register or sign in to comment