How can I get a list of issues which is not on backlog?

Hi YouTrack Team,

 

I'm trying to get list of issues which is NOT on backlog. According to youtrack API document, I cloud get a list of issues in specific project by using REST API, like

```

https://xxx.myjetbrains.com/youtrack/api/issues?query=in%3A%20PROJECTNAME%20%23Unresolved&fields=project%28id,name%29,id,numberInProject,summary,reporter%28fullName%29,updater%28fullName%29,description,fields(projectCustomField(field(name),value(name)))

```

But backlog issues are included in returned JSON. How can I get all issues which IS NOT on backlog from REST API?

Cheers,

Kimiaki

0
1 comment

Hello,

I am sorry for the delay. Is your backlog a saved search? If yes, then your request should ask for issues which do not satisfy this search (or satisfy the reverted search). 

Could you please share which documentation article you are referring to?

0

Please sign in to leave a comment.