Skip to content

Commit f09fa63

Browse files
committed
Add Issue related Merge Request fix #1144
1 parent beb7db0 commit f09fa63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gitlab4j-api/src/main/java/org/gitlab4j/api/IssuesApi.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1329,6 +1329,9 @@ public Issue moveIssue(Object projectIdOrPath, Long issueIid, Object toProjectId
13291329

13301330
/**
13311331
* Get list of merge requests related to an issue.
1332+
*
1333+
* <pre><code>GitLab Endpoint: GET /projects/:id/issues/:issue_iid/related_merge_requests</code></pre>
1334+
*
13321335
* @param projectIdOrPath the project in the form of an Long(ID), String(path), or Project instance
13331336
* @param issueIid the IID of the issue to get the related merge requests for
13341337
* @return a List containing all related merge requests for the specified issue

0 commit comments

Comments
 (0)