Retrieve issues statistics for the currently authenticated user
Retrieves statistics for issues accessible by the currently authenticated user. By default, returns only issues created by the current user. To get all issues, set the scope attribute to all.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”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