Rest API was working fine. Suddenly it stopped.
(/rest/auth/1/session)
It is always getting the following error, But the user name and password are correct.
{
"errorMessages": ["Login failed"],
"errors": {}
}
What will be the issue. It is already in the production.
Can you help me?
I guess some certificate have timed out, if you use https or certificate for AD ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you use the Rest API account to login on jira? have the password timed out?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, same user id and password is working fine in main jira boad.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you try to catch more info around the login failure, with either with a try catch statement och if there already is some more info in any log file.
Have you changed any thing since last time when it actually worked?
Need more info, to be able to figure this out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nothing was changed. It was worked for last one month. It was stopped working from yesterday.
Now I am getting following error message for all the users.
{
"errorMessages": ["Login failed"],
"errors": {}
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If no one is able to login, this could happen if you are out of disk space, if you have access to the server, then you can delete some old log files.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your support. I found the issue. Actually they stopped the cookie based authentication. Now I am using another type of authentication
https://blog.developer.atlassian.com/app-opt-in-api-migration/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.