Uses of Class
org.gitlab4j.api.models.EpicIssue
Packages that use EpicIssue
-
Uses of EpicIssue in org.gitlab4j.api
Methods in org.gitlab4j.api that return EpicIssueModifier and TypeMethodDescriptionEpicsApi.assignIssue
(Object groupIdOrPath, Long epicIid, Long issueId) Creates an epic - issue association.Methods in org.gitlab4j.api that return types with arguments of type EpicIssueModifier and TypeMethodDescriptionEpicsApi.getEpicIssues
(Object groupIdOrPath, Long epicIid) Gets all issues that are assigned to an epic and the authenticated user has access to.EpicsApi.getEpicIssues
(Object groupIdOrPath, Long epicIid, int itemsPerPage) Get a Pager of all issues that are assigned to an epic and the authenticated user has access to.EpicsApi.getEpicIssues
(Object groupIdOrPath, Long epicIid, int page, int perPage) Gets all issues that are assigned to an epic and the authenticated user has access to using the specified page and per page setting.EpicsApi.getEpicIssuesStream
(Object groupIdOrPath, Long epicIid) Gets all issues that are assigned to an epic and the authenticated user has access to as a Stream.EpicsApi.updateIssue
(Object groupIdOrPath, Long epicIid, Long epicIssueId, Long moveBeforeId, Long moveAfterId) Updates an epic - issue association.