I have begun getting this error from our JIRA REST API, and I'm not sure what it means, or how to fix. (I can't find references to it on here, Stackoverflow, or anywhere else):
What's an example of an API endpoint you're using? What code are you using to reach it?
All endpoints are suddenly receiving this error -- even just a basic GET to query an individual issue:
/rest/api/2/issue/
The application is running in Python, but I get the same results even just testing via Postman
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sounds like you're either not providing the username attribute that Jira is expecting, or the username you're using is invalid/inactive.
It's possible that the token you're using to authenticate has expired, and that this is just a misleading error message.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The ID is correct - and, actually, I'm able to manually log in to the UI with these credentials. And I'm pulling a fresh token each time I test. (And this also was working fine until last week). Just not sure what may have changed that are bringing on this error, and what, specifically, this error really means.
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.