Mutation
Variables
Response
Mutations
updateCodebaseSettings
Updates codebase settings and returns the updated codebase settings.
MUTATION
updateCodebaseSettings(input: UpdateCodebaseSettingsInput!): CodebaseSettings!Arguments
input
required
Values for the requested operation.
Returns
refreshIntervalSeconds
Int!
Refresh interval, in seconds.
fetchIntervalSeconds
Int!
Fetch interval, in seconds.
defaultJiraBranchRegex
String!
The default Jira branch regex associated with this codebase settings.
updatedAt
String!
ISO 8601 timestamp when this codebase settings was last updated.
Mutation
Variables
Response