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

Add Get Sprint Function #330

Closed MrLoh closed 2 years ago

MrLoh commented 2 years ago

I needed a function to get sprint details like start and end dates. Also added a genericAgileGet function since that would have also solved my usecase but was missing as well

MrLoh commented 2 years ago

@pioug wow that was fast ❤️ What version will this be in, I'm also filing a PR to definitely types

MrLoh commented 2 years ago

I guess that would be 7.1 which you just released awesome

MrLoh commented 2 years ago

here's the corresponding definitely typed update just for my own reference https://github.com/DefinitelyTyped/DefinitelyTyped/pull/57011

pioug commented 2 years ago

@MrLoh Thanks for your contribution! Correct, it's in v7.1.0. I added you to the repo as a collaborator. Feel free to get more involve in the project!

MrLoh commented 2 years ago

will do if I encounter any more things I need, so far it's been a really useful little library