Skip to main content
QUERY
jiraCachedTicket(issueKey: ID!): JiraCachedTicketDetail

Arguments

issueKey
ID!
required

The issue key used to filter or perform the operation.

issueKey
ID!

Whether this Jira cached ticket detail is sue key.

projectKey
String!

The project key associated with this Jira cached ticket detail.

summary
String!

The summary associated with this Jira cached ticket detail.

status
String

Current status of this Jira cached ticket detail.

coverage
String!

The coverage associated with this Jira cached ticket detail.

stale
Boolean!

Whether this Jira cached ticket detail is stale.

summaryFetchedAt
String

ISO 8601 timestamp when this Jira cached ticket detail summary fetched. May be null when unavailable or not applicable.

detailFetchedAt
String

ISO 8601 timestamp when this Jira cached ticket detail detail fetched. May be null when unavailable or not applicable.

commentsFetchedAt
String

ISO 8601 timestamp when this Jira cached ticket detail comments fetched. May be null when unavailable or not applicable.

updatedAt
String!

ISO 8601 timestamp when this Jira cached ticket detail was last updated.

summaryData
JSON

The summary data associated with this Jira cached ticket detail. May be null when unavailable or not applicable.

detailData
JSON

The detail data associated with this Jira cached ticket detail. May be null when unavailable or not applicable.

commentsData
JSON

The comments data associated with this Jira cached ticket detail. May be null when unavailable or not applicable.

cacheEntries

Cache entries associated with this Jira cached ticket detail.

Query
Variables
Response