Unable to connect #77
Comments
Hmmm.... Not to be rude, but it sounds very much like you have entered a wrong username/email or password. Could you try to type both again? |
Ha, I agree, sounds like that a lot. But sadly no, have triple checked the username and password. I was wondering whether it was something to do with the introduction of a single Atlassian Accounts for all their products? https://confluence.atlassian.com/cloud/atlassian-account-for-users-873871199.html |
I haven't heard or read about any changes in this regard when it comes down to the Jira REST API. On a daily basis, I use Jira from a self-hosted installation though, so I wouldn't be the first to experience hiccups like this. I'll try to create a cloud account and test it through. |
I'm seeing similar behavior with JIRA Cloud, but after 30s it connects. Here's the HTTP flow:
|
We are also seeing the same issue from all our accounts for our Jira cloud instance. Have Atlassian perhaps changed the authentication requirements ? 5/16/2017 9:09:05 AM Request: https://our-account.atlassian.net/rest/auth/1/session |
Sounds serious. I will look at this as soon as I can. In the meantime: If there are any developers using StopWatch, who has experienced this, please help me look into it, as my time is very limited at the moment. Just fetch the code and do a step-by-step trace through the JiraClient part. In addition run Fiddler at the same time to see the actual communication happening. |
I have just tried to make a test Jira cloud site at Atlassian. And I can connect without any problems. Could you please try with the same test-site in your installed Jira StopWatch: Base URL: https://testgehling2.atlassian.net Let me know it it works or not. UPDATE: I've now closed the site above again, since it was only an 8-day trial. |
Hi Carsten, Yes that works !! My credentials still fail... I will try to create a test account with our Atlassian instance and see if that works. |
@lostumbrellas @moorereason could you both try the same please? |
It's all working fine today (with my own account and the test account above). I'm guessing Atlassian fixed something. ? |
Yeah - based on your HTTP flow, it seems that they've got some temporal glitches. I'm glad that's all this was. Closing this issue. |
@cpjolly please let me know about your experience with a new account. |
No matter what I tried, it doesn't work with our credentials and our Jira Cloud instance. I've logged an issue with Atlassian because I think this is due to the problems they have been having with the Atlassian id SSO service and may not be directly related to Stop Watch |
Hi Carsten, Further to my earlier email to you I have tried your test instance and it works, so there is some issue with my Atlassian credentials. Also, others in our organisation can connect with StopWatch so it appears to be something to do with my credentials. I'll raise an issue with Atlassian. Thanks |
I haven't heard about this - do you have any further info about it? A link to something from Atlassian perhaps? |
@carstengehling I know you've closed your test cloud account, but here's something I think is relevant. If I go to your login page (https://testgehling2.atlassian.net/login) the username/password form appears. If I go to to the equivalent URL for my cloud account (https://myaccount.atlassian.net/login) I'm redirected to https://id.atlassian.com/login. Atlassian has been gradually migrating accounts over to the Atlassian ID, so I'm wondering if there is something different in the authentication process for those accounts? |
Looks like there is a problem with the API: https://jira.atlassian.com/browse/JRACLOUD-66793 |
Yep - that fixed it !!!!!!!!!!!!!
This is part of the roll-out of Atlassian id and SSO. The problem is Atlassian don't tell you when they've changed your Jira cloud instance - the first you know is when connections like this fail. |
Thank you @lostumbrellas & @cpjolly, that's fixed it for me as well! |
Well done guys, thank you very much! I will update the documentation to include this. |
Documentation now updated - again thank you all for discovering this. |
I'm getting a similar error, has anybody gotten this to work using API Tokens? |
Hi Carsten, Just to let you know that I continue to have issues with JiraStopwatch logins which require me to reset my password on a daily basis. As I mentioned in one of my earlier posts other users of the tool in my company do not experience this, so it looks like it is something to do with my login. I believe the issue may be related to my login being the site administrator as this is the only difference I can see between it and the other user logins that are working. In any event, my question to you is, are you planning on implementing Jira API Tokens for this tool? It seems to me that implementing this may resolve this issue once and for all. Regards, |
I have no idea what my JIRA username is, can't find it in my profile. I know what my Nick Name is, as well as the Full Name set there. But I don't think that is the same thing? Where exactly do I find my JIRA username? Because I am using Atlassian ID for JIRA, and can't seem to login with my email and password. Note: I resolved it, seems like I had to use https for the base URL and that worked. |
Hi Carsten, I am having the same issue with not being able to connect, this is reported by several users within the same cloud site, here is the log: 17-Apr-19 7:56:08 AM Request: https://telusglss.atlassian.net/rest/auth/1/session Did atlassian change something? can you please help us, thank you! |
Atlassian deprecated the authentication method, that Jira StopWatch used. I've just released a new version today containing a new way to authenticate, using an API token. Get it here https://github.com/carstengehling/jirastopwatch/releases/latest and try it out. |
Unable to connect, and getting these errors in the log:
1/05/2017 2:16:33 PM Try to re-authenticate
1/05/2017 2:16:33 PM Request: https://xxxx.atlassian.net/rest/auth/1/session
1/05/2017 2:16:34 PM Response: Unauthorized - {"errorMessages":["Login failed"],"errors":{}}
Running version 2.0.1
The text was updated successfully, but these errors were encountered: