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

jira: add support for personal access tokens #3599

Closed
valentijnscholten opened this issue Jan 8, 2021 · 3 comments
Closed

jira: add support for personal access tokens #3599

valentijnscholten opened this issue Jan 8, 2021 · 3 comments

Comments

@valentijnscholten
Copy link
Member

valentijnscholten commented Jan 8, 2021

JIRA Server 8.14 and later can use personal access tokens to authenticate against the API instead of passwords.
Passwords via basic authentication will be deprecated, so we should support this new authentication method.

We are using the jira package for python, so filed an upstream feature request: pycontribs/jira#993

Please note these personal access tokens are slightly different from the JIRA Cloud api tokens (thank you atlassian).

Cloud: curl -H "Authorization: Basic <base64(<username>:<yourToken>>)" https://{jiraBaseUrl}/rest/api/

Server: curl -H "Authorization: Bearer <yourToken>" https://{jiraBaseUrl}/rest/api/

@stale
Copy link

stale bot commented Jul 21, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jul 21, 2021
@stale stale bot removed the stale label Aug 31, 2021
@stale
Copy link

stale bot commented Apr 17, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Apr 17, 2022
@stale stale bot closed this as completed Apr 28, 2022
@mattmedus
Copy link

Hi, I'm trying to integrate DD with Jira Server through personal access token. Is this possible?

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

No branches or pull requests

2 participants