@PublicApi
public interface IssueLinkTypeDestroyer
Modifier and Type | Method and Description |
---|---|
void |
removeIssueLinkType(Long issueLinkTypeId,
IssueLinkType swapLinkType,
ApplicationUser remoteUser)
Removes an issueLinkType from the datastore.
|
void removeIssueLinkType(Long issueLinkTypeId, IssueLinkType swapLinkType, ApplicationUser remoteUser)
issueLinkTypeId
- the id of the issue link type top deleteswapLinkType
- If null issue links are removed, if not null the issue links are changed to this
issue link typeremoteUser
- the remote user performing the delete operation (needed for change item creating)Copyright © 2002-2021 Atlassian. All Rights Reserved.