AtlassianPS / JiraPS

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

Support proper paging #203

Closed lipkau closed 6 years ago

lipkau commented 6 years ago

Expected Behavior

Functions that return paginated results should support proper paging.

Current Behavior

Functions that return paginated results have recursion in itself.

Possible Solution

implement same paging as in ConfluencePS https://github.com/AtlassianPS/ConfluencePS/blob/master/ConfluencePS/Private/Invoke-Method.ps1

lipkau commented 6 years ago

duplicate #114