Is there any API to get all the backlog issues.
I tried searching in jira document.
please Any one can help.
See the "get issues in backlog" from https://docs.atlassian.com/jira-software/REST/7.3.1/
thanku Nic,
But on the basis of project i want to fetch all the issues with single API.
including various board issues and backlog issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Use the call to the backlog to get the backlog, then discard issues that don't belong to the project you are interested in.
A backlog is not directly related to a project, so there's no direct call for it.
Fetching all the issues in a project is a different story, but you could do that instead, and then discard issues that don't match the board filter that gives you the backlog.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks
actually I am using "https://agilectb.atlassian.net/rest/agile/latest/board/7/issue" API
and i am able to get all the issues inside a project.
but for some projects i am not able to get all the issues under specific project irrespective of boards.
Is there any setting change or any thing else that i can apply.
pls reply
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't know. You need to look at why you "can't get all the issues under specific project". Can the REST user see them in the UI (i.e. check permissions)? Is there an error? What do the "missing" issues have in common that is different to ones that you can get?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.