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
I'm trying to set up actions to transition tickets when pull requests are opened/closed, but using the atlassian/gajira-login action is logging me in as undefined, causing the other actions to fail.
Update: Also added a actions/checkout@v2 run before this, since it wouldn't have been able to get the git history to find the ticket IDs, but the authentication is still returning undefined and the error in gajira-find-issue-key is still the same.
The text was updated successfully, but these errors were encountered:
I'm trying to set up actions to transition tickets when pull requests are opened/closed, but using the
atlassian/gajira-login
action is logging me in asundefined
, causing the other actions to fail.This is my current actions definition:
Update: Also added a
actions/checkout@v2
run before this, since it wouldn't have been able to get the git history to find the ticket IDs, but the authentication is still returningundefined
and the error ingajira-find-issue-key
is still the same.The text was updated successfully, but these errors were encountered: