Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×When I try to get issue data the only result I get no results:
{
"startAt": 0,
"maxResults": 50,
"total": 0,
"issues": []
}
I use a bearer token as authorization.
Last week this worked just fine but now I doens't anymore.
From the looks of it, it seems you're using the JQL issue search and the JQL in question has no issues in it.
I use this endpoint: rest/api/2/search
It should contain data because there are a few hundred issues right now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
is it possible that you do not have browse project permission any more on the projects anymore? what you can do here is test that endpoint on a browser and see if it returns an issue. If it does, then there's something wrong in the code you're using.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm trying to get all issues from an active sprint. A few days back I could but now it just returns nothing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Tycho de Vink
If you're trying to get issues from Jira software Sprint, it's better to use the Jira Software API instead.
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.