Skip to content

Commit 66ec0c7

Browse files
committed
prepare release
1 parent d9d0ecb commit 66ec0c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/bamboo.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ Projects & Plans
99
# Get all Projects
1010
projects(expand=None, favourite=False, clover_enabled=False, max_results=25)
1111
12+
# Alternative way to get all Projects where pagination used only for soft iteration
13+
jira.get_projects(start=0, limit=25)
14+
1215
# Get a single project by the key
1316
project(project_key, expand=None, favourite=False, clover_enabled=False)
1417

0 commit comments

Comments
 (0)