Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method | Description |
---|---|---|
EpicIssue |
EpicsApi.assignIssue(Object groupIdOrPath,
Integer epicIid,
Integer issueIid) |
Creates an epic - issue association.
|
EpicIssue |
EpicsApi.removeIssue(Object groupIdOrPath,
Integer epicIid,
Integer issueIid) |
Remove an epic - issue association.
|
EpicIssue |
EpicsApi.updateIssue(Object groupIdOrPath,
Integer epicIid,
Integer issueIid,
Integer moveBeforeId,
Integer moveAfterId) |
Updates an epic - issue association.
|
Copyright © 2018. All rights reserved.