Skip to content

Commit

Permalink
📝 Added the documentation URL
Browse files Browse the repository at this point in the history
1. Added the documentation URL on the method comments
  • Loading branch information
ctreminiom committed May 9, 2022
1 parent 58429ba commit 5e4078b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions jira/v2/filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ func (f *FilterService) Delete(ctx context.Context, filterID int) (response *Res
}

// Change changes the owner of the filter.
// Docs: https://docs.go-atlassian.io/jira-software-cloud/filters#change-filter-owner
func (f *FilterService) Change(ctx context.Context, filterID int, accountID string) (response *ResponseScheme, err error) {

if filterID == 0 {
Expand Down
1 change: 1 addition & 0 deletions jira/v3/filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ func (f *FilterService) Delete(ctx context.Context, filterID int) (response *Res
}

// Change changes the owner of the filter.
// Docs: https://docs.go-atlassian.io/jira-software-cloud/filters#change-filter-owner
func (f *FilterService) Change(ctx context.Context, filterID int, accountID string) (response *ResponseScheme, err error) {

if filterID == 0 {
Expand Down

0 comments on commit 5e4078b

Please sign in to comment.