Skip to main content

JiraServerIntegration

No description

type JiraServerIntegration implements Integration {
agent: Agent!
createdAt: DateTime!
id: ID!
legacyId: String!
provider: IntegrationProvider!
settings: IntegrationSettings!
uid: String
updatedAt: DateTime!
url: String!
username: String!
}

Fields

JiraServerIntegration.agent ● Agent! non-null object common

The agent this integration is connected to.

JiraServerIntegration.createdAt ● DateTime! non-null scalar common

The date and time that the object was created.

JiraServerIntegration.id ● ID! non-null scalar common

JiraServerIntegration.legacyId ● String! non-null scalar common

The Groove legacy API ID.

JiraServerIntegration.provider ● IntegrationProvider! non-null enum common

The integration provider.

JiraServerIntegration.settings ● IntegrationSettings! non-null object common

The global settings for all integrations of this provider type.

JiraServerIntegration.uid ● String scalar common

The integration UID.

JiraServerIntegration.updatedAt ● DateTime! non-null scalar common

The date and time that the object was last updated.

JiraServerIntegration.url ● String! non-null scalar common

The url.

JiraServerIntegration.username ● String! non-null scalar common

The username.

Interfaces

Integration interface common

An object with timestamp fields for when it was created and last updated.

Member of

IntegrationJiraServerCreatePayload object

Implemented by

IntegrationUnion union