steves / node-jira

A nodejs wrapper for the JIRA REST API
378 stars 169 forks source link

Allow query filters in findIssue request #146

Open nigelsdtech opened 7 years ago

nigelsdtech commented 7 years ago

Create a new argument in the findIssue functional for query string args allowed by the API. This remains backwards compatible so leaving out this arg when calling findIssue will revert to the old functionality.