DefectTrackerInterface
No description
interface DefectTrackerInterface implements BaseFields {
company: Company!
createdAt: ISO8601DateTime!
id: ID
integration: DefectTrackerEnum!
updatedAt: ISO8601DateTime!
webhookToken: String!
webhookUrl: String!
}
Fields
DefectTrackerInterface.company ● Company! non-null object
Company associated with the integration
DefectTrackerInterface.createdAt ● ISO8601DateTime! non-null scalar
The date when record was created
DefectTrackerInterface.id ● ID scalar
The ID scalar type represents a unique identifier
DefectTrackerInterface.integration ● DefectTrackerEnum! non-null enum
DefectTrackerInterface.updatedAt ● ISO8601DateTime! non-null scalar
The date when record was updated
DefectTrackerInterface.webhookToken ● String! non-null scalar
Webhook token used to perform bi-synchronization between Conviso Platform and the defect tracker tool
DefectTrackerInterface.webhookUrl ● String! non-null scalar
Webhook URL used used to perform bi-synchronization between Conviso Platform and the defect tracker tool
Interfaces
BaseFields interface
Returned By
checkDefectTrackerIntegration query ● defectTrackerIntegration query
Member Of
DeleteDefectTrackerIntegrationPayload object
Implemented By
AzureBoardsIntegration object ● BusinessmapIntegration object ● ClickupIntegration object ● JiraServerIntegration object ● JiraServerV2Integration object