-
Notifications
You must be signed in to change notification settings - Fork 129
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
Comments
We are having the same issue. |
@vszakd I got it working by using the helm chart and specifying the username and token.
|
Great @sfh-darknet, what version are you using inside the chart? What did
you put in place of REDACTED?
…On Fri, 6 Oct 2023 at 12:08, sfh-darknet ***@***.***> wrote:
@vszakd <https://github.com/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: ***@***.***'
password: 'REDACTED'
—
Reply to this email directly, view it on GitHub
<#177 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACA2RWR4CJP5O4HQCS6DAI3X57KBLAVCNFSM6AAAAAA5MT277GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJQGMZTKMJUGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
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
Hello,
we tried opening an issue using master with a PAT but we get:
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.
The text was updated successfully, but these errors were encountered: