AtlassianPS / JiraPS

PowerShell module to interact with Atlassian JIRA
https://AtlassianPS.org/module/JiraPS
MIT License
321 stars 131 forks source link

Feature/issue history - make retrieval of history dependent on GetHistory argument/parameters switch #441

Open GeekTieGuy opened 2 years ago

GeekTieGuy commented 2 years ago

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

Checklist

GeekTieGuy commented 2 years ago

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.