Skip to main content

IntegrationJiraServerCreateInput

Autogenerated input type of IntegrationJiraServerCreate

input IntegrationJiraServerCreateInput {
clientMutationId: String
password: String
url: String!
username: String!
}

Fields

IntegrationJiraServerCreateInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

IntegrationJiraServerCreateInput.password ● String scalar common

The password.

IntegrationJiraServerCreateInput.url ● String! non-null scalar common

The Jira Server URL.

IntegrationJiraServerCreateInput.username ● String! non-null scalar common

The username.

Member of

integrationJiraServerUpsert mutation