EndPoint Get custom field context options
Name
get_custom_field_option_for_context
Description
Returns a paginated list of all custom field option for a context. Options are returned first then cascading options, in the order they display in Jira. OAuth scopes required: read:field.option:jira
Parameters
Parameter |
Label |
Required |
Options |
Description |
FieldId |
FieldId |
YES |
|
|
ContextId |
ContextId |
YES |
|
|
Output Columns
Label |
DataType |
Length |
Raw |
Description |
IsLast |
DT_BOOL |
0 |
False |
|
Id |
DT_WSTR |
100 |
False |
|
Value |
DT_WSTR |
1000 |
False |
|
Isdisabled |
DT_BOOL |
0 |
False |
|
OptionId |
DT_WSTR |
1000 |
False |
|
Input Columns
Label |
DataType |
Length |
Raw |
Description |
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime. |