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
Yesterday workflow was working as usual. Today i'm getting:
Error: Jira API error at Jira.fetch (/home/runner/_work/_actions/atlassian/gajira-login/v3/webpack:/login/common/net/Jira.js:111:1) at processTicksAndRejections (node:internal/process/task_queues:95:5) at module.exports.execute (/home/runner/_work/_actions/atlassian/gajira-login/v3/webpack:/login/action.js:17:1) at exec (/home/runner/_work/_actions/atlassian/gajira-login/v3/dist/index.js:29732:20) { req: { method: 'GET', body: undefined, url: 'https://mycorpo.atlassian.net/rest/api/3/myself' }, res: { headers: [Object: null prototype] { date: [Array], 'content-type': [Array], 'content-length': [Array], server: [Array], 'timing-allow-origin': [Array], 'x-arequestid': [Array], 'x-seraph-loginreason': [Array], 'set-cookie': [Array], 'cache-control': [Array], 'www-authenticate': [Array], 'x-frame-options': [Array], 'x-content-type-options': [Array], 'x-xss-protection': [Array], 'atl-traceid': [Array], 'atl-request-id': [Array], 'strict-transport-security': [Array], 'report-to': [Array], nel: [Array], 'server-timing': [Array], connection: [Array] }, status: 401, body: 'Client must be authenticated to access this resource.' }, originError: Error: Unauthorized at /home/runner/_work/_actions/atlassian/gajira-login/v3/webpack:/login/common/net/client.js:20:1 at processTicksAndRejections (node:internal/process/task_queues:95:5) at Jira.fetch (/home/runner/_work/_actions/atlassian/gajira-login/v3/webpack:/login/common/net/Jira.js:101:1) at module.exports.execute (/home/runner/_work/_actions/atlassian/gajira-login/v3/webpack:/login/action.js:17:1) at exec (/home/runner/_work/_actions/atlassian/gajira-login/v3/dist/index.js:29732:20), source: 'jira' }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Yesterday workflow was working as usual.
Today i'm getting:
The text was updated successfully, but these errors were encountered: