Uses of Class
org.gitlab4j.api.models.IssueLink
| Package | Description |
|---|---|
| org.gitlab4j.api |
-
Uses of IssueLink in org.gitlab4j.api
Methods in org.gitlab4j.api that return IssueLink Modifier and Type Method Description IssueLinkIssuesApi. createIssueLink(Object projectIdOrPath, Long issueIid, Object targetProjectIdOrPath, Long targetIssueIid)Creates a two-way relation between two issues.IssueLinkIssuesApi. deleteIssueLink(Object projectIdOrPath, Long issueIid, Long issueLinkId)Deletes an issue link, thus removes the two-way relationship.