We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Login action should setup the go-jira cli to be authenticated using the same information it was passed so that you don't need to do it yourself.
basically, this should work:
- name: Login uses: atlassian/gajira-login@master env: JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }} JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }} JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }} - name: Setup CLI tool uses: atlassian/gajira-cli@master with: version: 1.0.27 - name: Check ticket state run: | jira view ENG-1234
but instead it stalls out asking for a token
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Login action should setup the go-jira cli to be authenticated using the same information it was passed so that you don't need to do it yourself.
basically, this should work:
but instead it stalls out asking for a token
The text was updated successfully, but these errors were encountered: