issueTrackerFields
Fetch the configurable fields for a connected issue tracker (e.g. Shortcut, Rootly, incident.io, GitHub).
Pass previously selected field values in selectedFields so that dependent fields (such as labels that depend on a chosen repository) are populated correctly.
Returns the list of fields the caller must or may provide when calling createIssueTrackerIssue.
Requires the threadLinkCandidate:search permission.
issueTrackerFields(issueTrackerType: String!, selectedFields: [SelectedIssueTrackerField!]!): [IssueTrackerField!]!Arguments
Returns
Machine-readable identifier for this field, used as the key in SelectedIssueTrackerField and IssueTrackerFieldInput.
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.
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.
Whether this field must be provided in fields when calling createIssueTrackerIssue.

