JiraPS
JiraPS copied to clipboard
Feature/issue history - make retrieval of history dependent on GetHistory argument/parameters switch
Description
Introduce the argument/parameter GetHistory to allow control of fetching issue history at call site
Motivation and Context
Getting the history is very useful, but it would be even better if it can be a choice at the call site.
Types of changes
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist
- [ ] My code follows the code style of this project.
- [ ] I have added Pester Tests that describe what my changes should do.
- [ ] I have updated the documentation accordingly.
Is there any chance this will get picked up? I'm not familiar with the community/process, but I think the change is useful and fairly cleanly implemented.