Mutation
Variables
Response
Mutations
addGitHubRepository
Adds a GitHub repository and returns GitHub repositories.
MUTATION
addGitHubRepository(input: AddGitHubRepositoryInput!): [GitHubRepository!]!Arguments
input
required
Values for the requested operation.
Returns
[GitHubRepository!]!
id
ID!
Stable identifier for this GitHub repository.
githubId
ID!
Identifier of the related GitHub.
owner
String!
The owner associated with this GitHub repository.
name
String!
Display name of this GitHub repository.
nameWithOwner
String!
The name with owner associated with this GitHub repository.
url
String!
URL for this GitHub repository.
jiraKeyRegex
String
The Jira key regex associated with this GitHub repository. May be null when unavailable or not applicable.
Mutation
Variables
Response