Skip to main content

JiraServerV2Integration

No description

type JiraServerV2Integration implements BaseFields, DefectTrackerInterface, IntegrationInterface {
accessToken: String
cloudId: String
company: Company!
createdAt: ISO8601DateTime!
id: ID
integration: DefectTrackerEnum!
integrationType: IntegrationEnum!
refreshToken: String
severityMappings: [JiraServerSeverityMapping!]!
updatedAt: ISO8601DateTime!
webhookToken: String!
webhookUrl: String!
}

Fields

JiraServerV2Integration.accessToken ● String scalar

OAuth access token

JiraServerV2Integration.cloudId ● String scalar

Jira Cloud ID for OAuth integration

JiraServerV2Integration.company ● Company! non-null object

Company associated with the integration

JiraServerV2Integration.createdAt ● ISO8601DateTime! non-null scalar

The date when record was created

JiraServerV2Integration.id ● ID scalar

The ID scalar type represents a unique identifier

JiraServerV2Integration.integration ● DefectTrackerEnum! non-null enum

JiraServerV2Integration.integrationType ● IntegrationEnum! non-null enum

JiraServerV2Integration.refreshToken ● String scalar

OAuth refresh token

JiraServerV2Integration.severityMappings ● [JiraServerSeverityMapping!]! non-null object

Jira severity mapping

JiraServerV2Integration.updatedAt ● ISO8601DateTime! non-null scalar

The date when record was updated

JiraServerV2Integration.webhookToken ● String! non-null scalar

Webhook token used to perform bi-synchronization between Conviso Platform and the defect tracker tool

JiraServerV2Integration.webhookUrl ● String! non-null scalar

Webhook URL used used to perform bi-synchronization between Conviso Platform and the defect tracker tool

Interfaces

BaseFields interface

DefectTrackerInterface interface

IntegrationInterface interface

Member Of

CreateOrUpdateJiraV2IntegrationPayload object