Skip to main content
QUERY
jiraTicketEditFields(issueKey: ID!): [JiraEditField!]!

Arguments

issueKey
ID!
required

The issue key used to filter or perform the operation.

Returns

id
ID!

Stable identifier for this Jira edit field.

name
String!

Display name of this Jira edit field.

required
Boolean!

Whether this Jira edit field is required.

schemaType
String

The schema type associated with this Jira edit field. May be null when unavailable or not applicable.

allowedValues

Allowed values associated with this Jira edit field.

Query
Variables
Response