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 7, 2022
1 parent 3d3544c commit d0392c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions jira/v2/issueSearch.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ func (s *IssueSearchService) Post(ctx context.Context, jql string, fields, expan
}

// Checks checks whether one or more issues would be returned by one or more JQL queries.
// Docs: https://docs.go-atlassian.io/jira-software-cloud/issues/search#check-issues-against-jql
func (s *IssueSearchService) Checks(ctx context.Context, payload *models.IssueSearchCheckPayloadScheme) (result *models.IssueMatchesPageScheme,
response *ResponseScheme, err error) {

Expand Down
1 change: 1 addition & 0 deletions jira/v3/issueSearch.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ func (s *IssueSearchService) Post(ctx context.Context, jql string, fields, expan
}

// Checks checks whether one or more issues would be returned by one or more JQL queries.
// Docs: https://docs.go-atlassian.io/jira-software-cloud/issues/search#check-issues-against-jql
func (s *IssueSearchService) Checks(ctx context.Context, payload *models.IssueSearchCheckPayloadScheme) (result *models.IssueMatchesPageScheme,
response *ResponseScheme, err error) {

Expand Down

0 comments on commit d0392c4

Please sign in to comment.