JiraServerIntegration
No description
type JiraServerIntegration implements BaseFields, DefectTrackerInterface, IntegrationInterface {
company: Company!
createdAt: ISO8601DateTime!
id: ID!
integration: DefectTrackerEnum!
integrationType: IntegrationEnum!
password: String!
severityMappings: [JiraServerSeverityMapping!]!
siteUrl: String!
ssl: Boolean!
updatedAt: ISO8601DateTime!
username: String!
webhookToken: String!
webhookUrl: String!
}
Fields
JiraServerIntegration.company
● Company!
non-null object
Company associated with the integration
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.integration
● DefectTrackerEnum!
non-null enum
JiraServerIntegration.integrationType
● IntegrationEnum!
non-null enum
JiraServerIntegration.password
● String!
non-null scalar
Password do Jira
JiraServerIntegration.severityMappings
● [JiraServerSeverityMapping!]!
non-null object
Jira severity mapping
JiraServerIntegration.siteUrl
● String!
non-null scalar
URL do site do Jira
JiraServerIntegration.ssl
● Boolean!
non-null scalar
Se a conexão usa SSL
JiraServerIntegration.updatedAt
● ISO8601DateTime!
non-null scalar
The date when record was updated
JiraServerIntegration.username
● String!
non-null scalar
Nome de usuário do Jira
JiraServerIntegration.webhookToken
● String!
non-null scalar
Webhook token used to perform bi-synchronization between Conviso Platform and the defect tracker tool
JiraServerIntegration.webhookUrl
● String!
non-null scalar
Webhook URL used used to perform bi-synchronization between Conviso Platform and the defect tracker tool