-
Notifications
You must be signed in to change notification settings - Fork 177
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 Authentication Problem #752
Comments
Hi @isikozsoy, thanks for opening the issue. I think the
Please let us know if that solves your doubt. |
Thanks for your response @vchrombie. However, I also checked if I can use username but I think username is not available in Jira. You can check it from the links. https://confluence.atlassian.com/cloud/blog/2018/06/say-goodbye-to-usernames-in-atlassian-cloud |
Is it possible to modify the source code for Jira in a way that api token can be used for authorization like Github or GitLab? @vchrombie https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/ |
Thanks for providing the info, @isikozsoy.
Didn't know about this. Is this applicable only for the new versions?
It should be possible, but I'm wondering if it would break any existing systems. I would like to keep this issue open for more comments from the other community members. Thanks for reporting the issue. |
Hello again @vchrombie, |
@isikozsoy thanks a lot. Do you think we can add something to make things clear? |
You're welcome @vchrombie. We can use email instead of user and token instead of password in the soure code however this might break existing systems so I think it is better if we just modify the explanation for user and password parameters of Jira class by editing the comment. I can open a PR if you also agree with my suggestion. |
Hello @isikozsoy, I have some more comments.
Ok, does it work with
We need to check if we can use only the If the only Please let me know if you are interested to give it a try. We can help you get started. We are now using Poetry for the project, please check installation - python-poetry.
Yes, please. As a quick fix, it works and it makes sense. But, I would be interested to see if we can fix the backend too since the data source has changed from the initial version. |
Opening the issue as we can open a PR and fix the problem. |
Modify the explanation for user and password parameters of Jira class to make it more clear. Solves: chaoss#752 Signed-off-by: Işık Özsoy <[email protected]>
Is there any new progress? |
I think @isikozsoy need some time to get her work completed on the PR. |
Jira token based authentication resolved in issue #829 |
I guess this issue can be closed then. |
Hello,
I could not understand what should I use for user (Jira's attribute). I tried email and full-name. I could not find another option to use for user. Can anybody help me with this? Thanks for your time.
The text was updated successfully, but these errors were encountered: