Skip to content

Commit 2e727de

Browse files
authored
Merge pull request #422 from Rossmairm/patch-2
Update examples.rst
2 parents 32aca0c + d365938 commit 2e727de

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)