Skip to content

Commit

Permalink
Update README with new method for searches.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chavjoh committed Dec 13, 2023
1 parent 9539cf4 commit 40d349a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ It requires the following dependency:
- Searches
- `searchIssues(String jql)`
- `searchIssues(String jql, Integer startAt, Integer maxResults)`
- `searchIssues(String jql, Integer startAt, Integer maxResults, String expand)`
- `searchIssues(String jql, Integer startAt, Integer maxResults, Set<IssueExpand> expand)`
- `searchIssues(String jql, Integer startAt, Integer maxResults, Set<IssueExpand> expand, Set<String> fields)`
- Filters
- `addFilter(Filter filter)`
- `getFilter(String id)`
Expand Down

0 comments on commit 40d349a

Please sign in to comment.