Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
mutation updateIssuableSeverity($projectPath: ID!, $severity: IssuableSeverity!, $iid: String!) {
issueSetSeverity(input: { iid: $iid, severity: $severity, projectPath: $projectPath }) {
errors
issue {
iid
id
severity
}