Skip to main content
MUTATION
removeJiraProject(projectId: ID!): [JiraProject!]!

Arguments

projectId
ID!
required

Identifier of the project.

Returns

id
ID!

Stable identifier for this Jira project.

jiraId
ID!

Identifier of the related Jira.

key
String!

The key associated with this Jira project.

name
String!

Display name of this Jira project.

avatarUrl
String

URL for this Jira project. May be null when unavailable or not applicable.

position
Int!

Zero-based position within the containing collection.

ticketAssignmentFilter

The ticket assignment filter associated with this Jira project.

hideCompletedTickets
Boolean!

Whether the hide completed tickets condition is true for this Jira project.

completedStatusIds
[ID!]!

Identifiers of the related completed statuses.

doneStatusId
ID

Identifier of the related done status. May be null when unavailable or not applicable.

branchNamingScript
String!

The branch naming script associated with this Jira project.

sources

Sources associated with this Jira project.

Mutation
Variables
Response