summaryrefslogtreecommitdiff
path: root/docs/gl_objects
diff options
context:
space:
mode:
authorPaul Fariello <paul.fariello@synacktiv.com>2023-03-23 15:08:35 +0100
committerNejc Habjan <hab.nejc@gmail.com>2023-03-23 16:34:17 +0100
commit6e5ef55747ddeabe6d212aec50d66442054c2352 (patch)
tree1a8d4a9d0489c9de14b1018628ad6c5d93e0878b /docs/gl_objects
parente973729e007f664aa4fde873654ef68c21be03c8 (diff)
downloadgitlab-6e5ef55747ddeabe6d212aec50d66442054c2352.tar.gz
feat: add resource_weight_event for ProjectIssue
Diffstat (limited to 'docs/gl_objects')
-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 9de6911..9a3f99f 100644
--- a/docs/gl_objects/issues.rst
+++ b/docs/gl_objects/issues.rst
@@ -207,6 +207,10 @@ Get the list of iteration events::
iteration_events = issue.resource_iteration_events.list()
+Get the list of weight events::
+
+ weight_events = issue.resource_weight_events.list()
+
Issue links
===========