Record
post-v3-projects-id-issues-params
No description available.
record post-v3-projects-id-issues-params {
id: string,
title: string,
created-at: option<string>,
merge-request-for-resolving-discussions: option<s32>,
description: option<string>,
assignee-id: option<s32>,
milestone-id: option<s32>,
labels: option<string>,
due-date: option<string>,
confidential: option<bool>,
}Fields
| Name | Type | Description |
|---|---|---|
| id | string | |
| title | string | |
| created-at | option<string> | |
| merge-request-for-resolving-discussions | option<s32> | |
| description | option<string> | |
| assignee-id | option<s32> | |
| milestone-id | option<s32> | |
| labels | option<string> | |
| due-date | option<string> | |
| confidential | option<bool> |