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 |
Data Type (SSIS) |
Data Type (SQL) |
Length |
Raw |
Description |
IsLast |
DT_BOOL
|
bit
|
|
False |
|
Id |
DT_WSTR
|
nvarchar(100)
|
100 |
False |
|
Value |
DT_WSTR
|
nvarchar(1000)
|
1000 |
False |
|
Isdisabled |
DT_BOOL
|
bit
|
|
False |
|
OptionId |
DT_WSTR
|
nvarchar(1000)
|
1000 |
False |
|
Input Columns
Label |
Data Type (SSIS) |
Data Type (SQL) |
Length |
Raw |
Description |
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime. |