We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9d0ecb commit 66ec0c7Copy full SHA for 66ec0c7
1 file changed
docs/bamboo.rst
@@ -9,6 +9,9 @@ Projects & Plans
9
# Get all Projects
10
projects(expand=None, favourite=False, clover_enabled=False, max_results=25)
11
12
+ # Alternative way to get all Projects where pagination used only for soft iteration
13
+ jira.get_projects(start=0, limit=25)
14
+
15
# Get a single project by the key
16
project(project_key, expand=None, favourite=False, clover_enabled=False)
17
0 commit comments