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.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Query Parameters
Section titled “Query Parameters”group_path
required
string
Group path
Responses
Section titled “Responses”OK
Media typeapplication/json
object
issues_count
Number of issues. Limited to 1000
integer
Example
{ "issues_count": 3}Bad Request