Get Project Issue Result
A collection of values returned by getProjectIssue.
Constructors
Properties
The IDs of the users to assign the issue to.
The ID of the user that closed the issue. Use gitlab.User
data source to get more information about the user.
Set an issue to be confidential.
The description of an issue. Limited to 1,048,576 characters.
Whether the issue is locked for discussions or not.
The ID of a discussion to resolve. This fills out the issue with a default description and mark the discussion as resolved. Use in combination with mergerequesttoresolvediscussions_of.
The ID of the epic issue.
The external ID of the issue.
The human-readable time estimate of the issue.
The human-readable total time spent of the issue.
The ID of the issue link.
The number of merge requests associated with the issue.
The IID of a merge request in which to resolve all issues. This fills out the issue with a default description and mark all discussions as resolved. When passing a description or title, these values take precedence over the default values.
The global ID of a milestone to assign issue. To find the milestone_id associated with a milestone, view an issue with the milestone assigned and use the API to retrieve the issue's details.
The references of the issue.
Whether the authenticated user is subscribed to the issue or not.
The task completion status. It's always a one element list.
The time estimate of the issue.
The total time spent of the issue.
The number of user notes on the issue.