Skip to main content

AzureBoardsIntegration

No description

type AzureBoardsIntegration implements BaseFields, DefectTrackerInterface {
company: Company!
createdAt: ISO8601DateTime!
id: ID!
integration: DefectTrackerEnum!
organizationName: String!
severityMappings: [AzureBoardsSeverityMapping!]!
updatedAt: ISO8601DateTime!
webhookToken: String!
webhookUrl: String!
}

Fields

AzureBoardsIntegration.company ● Company! non-null object

Company associated with the integration

AzureBoardsIntegration.createdAt ● ISO8601DateTime! non-null scalar

The date when record was created

AzureBoardsIntegration.id ● ID! non-null scalar

The ID scalar type represents a unique identifier

AzureBoardsIntegration.integration ● DefectTrackerEnum! non-null enum

AzureBoardsIntegration.organizationName ● String! non-null scalar

Organization name in Azure DevOps Boards. E.g: convisoappsec

AzureBoardsIntegration.severityMappings ● [AzureBoardsSeverityMapping!]! non-null object

Mapping between Azure Boards priorities and Conviso Platform severities

AzureBoardsIntegration.updatedAt ● ISO8601DateTime! non-null scalar

The date when record was updated

AzureBoardsIntegration.webhookToken ● String! non-null scalar

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

AzureBoardsIntegration.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

Member Of

CreateOrUpdateAzureBoardsIntegrationPayload object