Retrieve issues statistics for a group
Retrieves statistics for issues in a specified group.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”The ID of a group
Query Parameters
Section titled “ Query Parameters ”Comma-separated list of label names
Milestone title
Return issues assigned to milestones with the specified timebox value (“Any”, “None”, “Upcoming” or “Started”)
The IID array of issues
Search issues for text present in the title, description, or any combination of these
title, description, or a string joining them with comma
Return issues which are authored by the user with the given ID
Return issues which are authored by the user with the given username
Return issues which are assigned to the user with the given username
Return issues created after the specified time
Return issues created before the specified time
Return issues updated after the specified time
Return issues updated before the specified time
Filters by the specified parameters
object
Comma-separated list of label names
Milestone title
Return issues assigned to milestones without the specified timebox value (“Any”, “None”, “Upcoming” or “Started”)
The IID array of issues
Return issues which are not authored by the user with the given ID
Return issues which are not authored by the user with the given username
Return issues which are not assigned to the user with the given ID
Return issues which are not assigned to the user with the given username
Return issues without the specified weight
Return issues which are not assigned to the iteration with the given title
Return issues for the given scope: created_by_me, assigned_to_me or all
Return issues reacted by the authenticated user by the given emoji
Filter confidential or public issues
The health status of the issue. Must be one of: on_track, needs_attention, at_risk, none, any
Return issues which are assigned to the iteration with the given title
Responses
Section titled “ Responses ”OK
Bad Request
Not Found