Skip to main content

JiraServerIntegration

No description

type JiraServerIntegration implements BaseFields, IntegrationInterface {
createdAt: ISO8601DateTime!
id: ID!
integrationType: IntegrationEnum!
updatedAt: ISO8601DateTime!
url: ID!
}

Fields

JiraServerIntegration.createdAt ● ISO8601DateTime! non-null scalar

The date when record was created

JiraServerIntegration.id ● ID! non-null scalar

The ID scalar type represents a unique identifier

JiraServerIntegration.integrationType ● IntegrationEnum! non-null enum

JiraServerIntegration.updatedAt ● ISO8601DateTime! non-null scalar

The date when record was updated

JiraServerIntegration.url ● ID! non-null scalar

Jira Server URL

Interfaces

BaseFields interface

IntegrationInterface interface