go-atlassian
go-atlassian copied to clipboard
Parse the `DELETE /rest/api/3/mypreferences` endpoint
Is your feature request related to a problem? Please describe. Right now, the library doesn't support the ability to manipulate the Jira Myself endpoints, please create a new implementation of it.
Describe the solution you'd like Please implement the Delete method on the MySelfConnector interface.
Describe the tasks needed
- Under the MySelfConnector interface, create the method Delete with the corresponding documentation (comments).
- Edit the file jira/internal/myself_impl.go and create the Delete implementation (please use the other service as a reference).
- Create the unit test cases with a minimum of 80% of coverage.
Additional context