You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.