Skip to content

Retrieve count of recently created issues for a group

GET
/api/v4/analytics/group_activity/issues_count

Retrieves the count of recently created issues for a specified group.

group_path
required
string
nullable

Group path

OK

Media type application/json
object
issues_count

Number of issues. Limited to 1000

integer
Example
{
"issues_count": 3
}

Bad Request