Get Project Issues Plain Args
A collection of arguments for invoking getProjectIssues.
Constructors
Properties
Return issues assigned to the given user id. Mutually exclusive with assignee_username. None returns unassigned issues. Any returns issues with an assignee.
Return issues assigned to the given username. Similar to assigneeid and mutually exclusive with assigneeid. In GitLab CE, the assignee_username array should only contain a single value. Otherwise, an invalid parameter error is returned.
Return issues created on or after the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z)
Return issues created on or before the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z)
Return issues reacted by the authenticated user by the given emoji. None returns issues not given a reaction. Any returns issues given at least one reaction.
Return issues that do not match the assignee id.
Return issues that do not match the author id.
Return issues that do not match the milestone.
Return issues not reacted by the authenticated user by the given emoji.
Return issues updated on or after the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z)
Return issues updated on or before the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z)
If true, the response returns more details for each label in labels field: :name, :color, :description, :descriptionhtml, :textcolor. Default is false. description_html was introduced in GitLab 12.7