I was using npm module jira-client and giving the below jql: "project=TENANT AND component in ("SF-15 E2E ") and issuetype=Story and labels="E2E_Flow"
jira.searchJira("project=TENANT AND component in ("SF-15 E2E ") and issuetype=Story and labels="E2E_Flow");
I am getting more than 20000results for it but for the same jql in jira I am getting only one result.. could anyone please help on this?