andygrunwald / go-jira

Go client library for Atlassian Jira
https://pkg.go.dev/github.com/andygrunwald/go-jira?tab=doc
MIT License
1.47k stars 469 forks source link

feat: Add `IssueService.DeleteWorklogRecord` #683

Open gabe565 opened 1 month ago

gabe565 commented 1 month ago

What type of PR is this?

What this PR does / why we need it:

Jira has an API endpoint to delete an issue's worklog by ID which is not currently supported by this library.

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

N/A

Additional documentation e.g., usage docs, etc.:

Added tests to match API spec.