Skip to content

Commit d365938

Browse files
authored
Update examples.rst
No mention of search limiting results to 50
1 parent 32aca0c commit d365938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Searching
214214

215215
Leverage the power of `JQL <https://confluence.atlassian.com/display/JIRA/Advanced+Searching>`_
216216
to quickly find the issues you want::
217-
217+
# Search returns first 50 results, `maxResults` must be set to exceed this
218218
issues_in_proj = jira.search_issues('project=PROJ')
219219
all_proj_issues_but_mine = jira.search_issues('project=PROJ and assignee != currentUser()')
220220

0 commit comments

Comments
 (0)