You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.
I got this error when running this command: gh jira XXXX-ticket --transition 'Changes requested'
Trace: TypeError: Cannot read property 'Changes requested' of undefined
at Jira.openFieldQuestions (/app/node_modules/gh-jira/bin/jira.js:560:53)
at /app/node_modules/gh-jira/bin/jira.js:629:28
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:182:7)
at fatalErrorHandler (/app/node_modules/gh-jira/bin/jira.js:201:21)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:182:7)
I got this error when running this command:
gh jira XXXX-ticket --transition 'Changes requested'
gh-jira/bin/jira.js
Lines 563 to 570 in 5c8fafd
It seems weird that
jiraConfig
variable is used to retrieve transition.The text was updated successfully, but these errors were encountered: