Skip to main content
QUERY
jiraWebhookSettings: JiraWebhookSettings!
enabled
Boolean!

Whether the Jira webhook is enabled and has a signing secret.

secretConfigured
Boolean!

Whether a Jira webhook signing secret is stored.

registered
Boolean!

Whether this server registered the webhook in Jira over the REST API.

registrationId
String

Identifier Jira assigned to the registered webhook. May be null when unavailable or not applicable.

registeredUrl
String

The delivery URL the registered webhook posts to. May be null when unavailable or not applicable.

jql
String

The JQL filter the registered webhook is scoped with. May be null when unavailable or not applicable.

configuredAt
String

ISO 8601 timestamp when the Jira webhook secret was last generated. May be null when unavailable or not applicable.

lastReceivedAt
String

ISO 8601 timestamp when the most recent Jira webhook delivery arrived. May be null when unavailable or not applicable.

lastOutcome
String

The outcome of the most recent Jira webhook delivery. May be null when unavailable or not applicable.

lastError
String

Error message from the most recent Jira webhook delivery. May be null when unavailable or not applicable.

Query
Response