Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

jira-client searchJira ignores parametes

rey
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 2, 2020

I'm using the jira-client module for my react app and trying to find specific issues using the searchJira method. 

However, any paramter I pass to the function, either a JQL or an optional object, is ignored by the function. Therefore it returns all the issues from the jira boards.

Here is a snippet of my code: 

jira.jiraSearch("components=mySearchString")
.then(res => {
console.log(res)
})
.catch(err => {
console.log(err)
});

 Am I missing something? This should be the right syntax, no?

1 answer

0 votes
Bruno August 10, 2024

you still have the same issue?

Suggest an answer

Log in or Sign up to answer