steves / node-jira

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

Noticed missing documentation in search #151

Open digiguru opened 6 years ago

digiguru commented 6 years ago

Check documentation:

https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/#api/2/search

Seems that the expand field is being triggered by the module, and even has defaults. Updated the code comment to reflect this, consistent with other params in the comments

digiguru commented 6 years ago

Think this relates to #116