Every Morning we do some data consolidation in our company. Exctracting our Jira projects and issues with the REST API. But suddenly, this morning it stop working, now we are not even able to call API trough Postman as we used to do for testing. There is any information about this problem or if there is any change in the auth of the API lately that i could have miss ?
The only clue that I have now is response of the call, it says that my call is unauthorized but we haven't change anything
Thanks in advance
I think there are changes in the basic authentication.
Try to convert your application to use OAuth it should work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.