Skip to content

Commit fe86792

Browse files
committed
update jira status script
1 parent fcf99f4 commit fe86792

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/jira.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ class Jira {
4646
const response = await this.request(`/workflow/search?workflowName=${encodeURIComponent(workflowName)}&expand=statuses,transitions`)
4747
const data = await response.json()
4848

49+
console.log('GOT DATA', data)
50+
4951
if (!data.values || data.values.length === 0) {
5052
throw new Error(`Workflow "${workflowName}" not found`)
5153
}

0 commit comments

Comments
 (0)