From 90a363154067bcf763043124d172eaf705c8fe90 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Thu, 20 Jun 2019 08:50:09 +0200 Subject: feat: add support for issue.related_merge_requests Closes #794 --- docs/gl_objects/issues.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/gl_objects') diff --git a/docs/gl_objects/issues.rst b/docs/gl_objects/issues.rst index 12df90b..6823da0 100644 --- a/docs/gl_objects/issues.rst +++ b/docs/gl_objects/issues.rst @@ -180,6 +180,10 @@ Get the list of merge requests that will close an issue when merged:: mrs = issue.closed_by() +Get the merge requests related to an issue:: + + mrs = issue.related_merge_requests() + Get the list of participants:: users = issue.participants() -- cgit v1.2.1