summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOliver Blasius <blasius@futavis.de>2022-11-24 14:30:48 +0100
committerNejc Habjan <hab.nejc@gmail.com>2022-12-04 11:20:03 +0100
commitef5feb4d07951230452a2974da729a958bdb9d6a (patch)
tree2063591dc98c1e21cbc9e9ff64aa049d91b22040 /docs
parente88d34e38dd930b00d7bb48f0e1c39420e09fa0f (diff)
downloadgitlab-ef5feb4d07951230452a2974da729a958bdb9d6a.tar.gz
feat: add resource iteration events (see https://docs.gitlab.com/ee/api/resource_iteration_events.html)
Diffstat (limited to 'docs')
-rw-r--r--docs/gl_objects/issues.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/gl_objects/issues.rst b/docs/gl_objects/issues.rst
index bc1295b..0878edd 100644
--- a/docs/gl_objects/issues.rst
+++ b/docs/gl_objects/issues.rst
@@ -203,6 +203,10 @@ Get the list of participants::
users = issue.participants()
+Get the list of iteration events::
+
+ iteration_events = issue.resource_iteration_events.list()
+
Issue links
===========