Closed skalyanapu-mtuity closed 7 years ago
Use search:
client.search.search({
jql: 'your jql search string here'
}).then(issues => {
// list issues for your search
});
jql can be anything you would enter in JIRA itself. See also: https://docs.atlassian.com/jira/REST/cloud/#api/2/search
Right I see there was privilege to fetch a particular issue by passing its key , where as how would i fetch the list of total issues from the selected project ? referred official API documentation but no luck , is there any such privilege , please suggest me ..