You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`assignee_ids` (Set of Number) The IDs of the users to assign the issue to.
57
-
-`closed_at` (String) When the issue was closed. Date time string, ISO 8601 formatted, for example 2016-03-11T03:45:40Z.
58
-
-`closed_by_user_id` (Number) The ID of the user that closed the issue. Use `gitlab_user` data source to get more information about the user.
59
57
-`confidential` (Boolean) Set an issue to be confidential.
60
58
-`created_at` (String) When the issue was created. Date time string, ISO 8601 formatted, for example 2016-03-11T03:45:40Z. Requires administrator or project/group owner rights.
61
59
-`delete_on_destroy` (Boolean) Whether the issue is deleted instead of closed during destroy.
-`due_date` (String) The due date. Date time string in the format YYYY-MM-DD, for example 2016-03-11.
66
64
**Note:** removing a due date is currently not supported, see https://github.com/xanzy/go-gitlab/issues/1384 for details.
67
65
-`epic_issue_id` (Number) The ID of the epic issue.
68
-
-`human_time_estimate` (String) The human-readable time estimate of the issue.
69
-
-`human_total_time_spent` (String) The human-readable total time spent of the issue.
70
66
-`iid` (Number) The internal ID of the project's issue.
71
67
-`issue_type` (String) The type of issue. Valid values are: `issue`, `incident`, `test_case`.
72
68
-`labels` (Set of String) The labels of an issue.
73
-
-`links` (Map of String) The links of the issue.
74
69
-`merge_request_to_resolve_discussions_of` (Number) 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.
75
70
-`milestone_id` (Number) 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.
76
-
-`references` (Map of String) The references of the issue.
77
71
-`state` (String) The state of the issue. Valid values are: `opened`, `closed`.
78
-
-`task_completion_status` (Block List, Max: 1) The task completion status. It's always a one element list. (see [below for nested schema](#nestedblock--task_completion_status))
79
-
-`time_estimate` (Number) The time estimate of the issue.
80
-
-`total_time_spent` (Number) The total time spent of the issue.
81
72
-`updated_at` (String) When the issue was updated. Date time string, ISO 8601 formatted, for example 2016-03-11T03:45:40Z.
82
73
-`weight` (Number) The weight of the issue. Valid values are greater than or equal to 0.
83
74
84
75
### Read-Only
85
76
86
77
-`author_id` (Number) The ID of the author of the issue. Use `gitlab_user` data source to get more information about the user.
78
+
-`closed_at` (String) When the issue was closed. Date time string, ISO 8601 formatted, for example 2016-03-11T03:45:40Z.
79
+
-`closed_by_user_id` (Number) The ID of the user that closed the issue. Use `gitlab_user` data source to get more information about the user.
87
80
-`downvotes` (Number) The number of downvotes the issue has received.
88
81
-`epic_id` (Number) ID of the epic to add the issue to. Valid values are greater than or equal to 0.
89
82
-`external_id` (String) The external ID of the issue.
83
+
-`human_time_estimate` (String) The human-readable time estimate of the issue.
84
+
-`human_total_time_spent` (String) The human-readable total time spent of the issue.
90
85
-`id` (String) The ID of this resource.
91
86
-`issue_id` (Number) The instance-wide ID of the issue.
92
87
-`issue_link_id` (Number) The ID of the issue link.
88
+
-`links` (Map of String) The links of the issue.
93
89
-`merge_requests_count` (Number) The number of merge requests associated with the issue.
94
90
-`moved_to_id` (Number) The ID of the issue that was moved to.
91
+
-`references` (Map of String) The references of the issue.
95
92
-`subscribed` (Boolean) Whether the authenticated user is subscribed to the issue or not.
93
+
-`task_completion_status` (List of Object) The task completion status. It's always a one element list. (see [below for nested schema](#nestedatt--task_completion_status))
94
+
-`time_estimate` (Number) The time estimate of the issue.
95
+
-`total_time_spent` (Number) The total time spent of the issue.
96
96
-`upvotes` (Number) The number of upvotes the issue has received.
97
97
-`user_notes_count` (Number) The number of user notes on the issue.
98
98
-`web_url` (String) The web URL of the issue.
99
99
100
-
<aid="nestedblock--task_completion_status"></a>
100
+
<aid="nestedatt--task_completion_status"></a>
101
101
### Nested Schema for `task_completion_status`
102
102
103
-
Optional:
103
+
Read-Only:
104
104
105
-
-`completed_count` (Number) The number of tasks that are completed.
0 commit comments