jira-node / node-jira-client

A Node.js wrapper for the Jira REST API
https://jira-node.github.io/
MIT License
449 stars 168 forks source link

Updating deprecated endpoint and surfacing inactive user option #355

Closed brucem1976 closed 1 year ago

brucem1976 commented 1 year ago

Group no longer uses its base endpoint, but appends /member - also surfaced the includeInactiveUsers option

Seth10001 commented 1 year ago

Thank you for you contribution @brucem1976! Looks like you are correct and /group is deprecated. However, the response of /group/member is slightly different so this would be a breaking change.

Could you put the new route in a different method and mark the old one as deprecated in the jsdoc?

brucem1976 commented 1 year ago

Thanks - good point! Will do

brucem1976 commented 1 year ago

@Seth10001 let me know if you're happy with what I've done here