go-atlassian icon indicating copy to clipboard operation
go-atlassian copied to clipboard

Parse the `DELETE /rest/api/3/mypreferences` endpoint

Open ctreminiom opened this issue 2 years ago • 0 comments

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.

image

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

ctreminiom avatar Oct 10 '22 01:10 ctreminiom