Types
IssueTrackerField
object
IssueTrackerFieldFields
name
String!
key
String!
Machine-readable identifier for this field, used as the key in SelectedIssueTrackerField and IssueTrackerFieldInput.
parentFieldKey
String
Key of the parent field whose selected value controls the available options for this field (e.g. a 'labels' field whose options depend on the chosen 'repository'). Null if this field has no dependency.
options
selectedValue
String
The value from selectedFields that was passed when fetching this field, echoed back so UIs can pre-populate the selection. Null if no value was provided.
isRequired
Boolean!
Whether this field must be provided in fields when calling createIssueTrackerIssue.

