Record
create-custom-field-context-v2-params
No description available.
record create-custom-field-context-v2-params {
field-id: string,
description: option<string>,
id: option<string>,
issue-type-ids: option<list<string>>,
name: string,
project-ids: option<list<string>>,
}Fields
| Name | Type | Description |
|---|---|---|
| field-id | string | |
| description | option<string> | |
| id | option<string> | |
| issue-type-ids | option<list<string>> | |
| name | string | |
| project-ids | option<list<string>> |