AtlassianPS / JiraPS

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

How to display Rest of Logs ? #440

Closed GamerClassN7 closed 2 years ago

GamerClassN7 commented 3 years ago

image

How can I access rest of work logs in my code:

$issues = Get-JiraIssue -Key "SD-922" -startAt 20 $issues.worklog | Select-Object -Property comment | Format-Table

Thank you weary much in advance

asherber commented 2 years ago

See #402