I am using jira-client npm module and unable to form JQL query with filter id and fields

Kashi M N February 7, 2020

I am using jira-client npm module to fetch Jira data.
I am unable to make a query with using filterid and fields together.

This is how my query looks:

 jira.searchJira("filter='66803'&fields=assignee,summary,status,key")

Any help here.

1 answer

1 accepted

0 votes
Answer accepted
Kashi M N February 7, 2020

I found the answer. Thanks 

Kashi M N February 7, 2020

filter=66803&fields=assignee,summary,status,key

Suggest an answer

Log in or Sign up to answer