Interface IssueLinkTypeDestroyer

All Known Implementing Classes:
IssueLinkTypeDestroyerImpl

@PublicApi public interface IssueLinkTypeDestroyer
  • Method Details

    • removeIssueLinkType

      void removeIssueLinkType(Long issueLinkTypeId, IssueLinkType swapLinkType, ApplicationUser remoteUser)
      Removes an issueLinkType from the datastore. If a swapLinkType is passed (not null) the exsting issue links of the issueLinkType are changed to the swapLinkType. If swapLinkType is null, all issue links are removed.
      Parameters:
      issueLinkTypeId - the id of the issue link type top delete
      swapLinkType - If null issue links are removed, if not null the issue links are changed to this issue link type
      remoteUser - the remote user performing the delete operation (needed for change item creating)