Skip to content
New issue

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

Opening JIRA issue with personal_access_token does not work #177

Open
vszakd opened this issue Sep 29, 2023 · 4 comments
Open

Opening JIRA issue with personal_access_token does not work #177

vszakd opened this issue Sep 29, 2023 · 4 comments

Comments

@vszakd
Copy link

vszakd commented Sep 29, 2023

Hello,
we tried opening an issue using master with a PAT but we get:

returned status 403 Forbidden, error "request failed. Please analyze the request body for more details. Status code: 403", body """}

If we copy/paste the URL after "JIRA request ..." in the browser in an authenticated session in the browser it works correctly (the URL requests existing issues).

Thanks.

@sfh-darknet
Copy link

We are having the same issue.
Exact same issue/error as @vszakd

@sfh-darknet
Copy link

sfh-darknet commented Oct 6, 2023

@vszakd I got it working by using the helm chart and specifying the username and token.

config:
template: jiralert.tmpl
defaults:
# API access fields.
api_url: "https://REDACTED.atlassian.net"
user: 'atlassian.robot@REDACTED'
password: 'REDACTED'

@vszakd
Copy link
Author

vszakd commented Oct 6, 2023 via email

@sfh-darknet
Copy link

Just the latest, for password I put my token :) @vszakd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants