diff --git a/src/cli.ts b/src/cli.ts index 32f1c00..02cddd3 100644 --- a/src/cli.ts +++ b/src/cli.ts @@ -230,7 +230,8 @@ const runProgram = async () => { let severity = parsedSeverity.success ? parsedSeverity.data : undefined; const setSeverity = !severity; - if (!severity) { + // This is workaround, We should use api to determine what values are available on the issue + if (!severity && issue.fields.issuetype.name !== 'Story') { const answer: SeverityWithControls = await select({ message: 'Severity', choices: [