Uses of Class
org.miaixz.bus.gitlab.models.LinkedIssue
Packages that use LinkedIssue
-
Uses of LinkedIssue in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab that return types with arguments of type LinkedIssueModifier and TypeMethodDescriptionIssuesApi.getIssueLinks(Object projectIdOrPath, Long issueIid) Get a list of related issues of a given issue, sorted by the relationship creation datetime (ascending).IssuesApi.getIssueLinks(Object projectIdOrPath, Long issueIid, int itemsPerPage) Get a Pager of related issues of a given issue, sorted by the relationship creation datetime (ascending).IssuesApi.getIssueLinksStream(Object projectIdOrPath, Long issueIid) Get a Stream of related issues of a given issue, sorted by the relationship creation datetime (ascending).