Uses of Interface
com.atlassian.jira.issue.link.IssueLink
Packages that use IssueLink
Package
Description
-
Uses of IssueLink in com.atlassian.jira.bc.issue.link
Methods in com.atlassian.jira.bc.issue.link that return IssueLinkModifier and TypeMethodDescriptionDefaultIssueLinkService.getIssueLink(Long sourceId, Long destinationId, Long issueLinkTypeId) IssueLinkService.DeleteIssueLinkValidationResult.getIssueLink()IssueLinkService.getIssueLink(Long sourceId, Long destinationId, Long issueLinkTypeId) Returns the issue link or null if not found.IssueLinkService.SingleIssueLinkResult.getIssueLink()Methods in com.atlassian.jira.bc.issue.link with parameters of type IssueLinkModifier and TypeMethodDescriptionDefaultIssueLinkService.validateDelete(ApplicationUser user, Issue issue, IssueLink issueLink) IssueLinkService.validateDelete(ApplicationUser user, Issue issue, IssueLink issueLink) Validates parameters and checks permissions, and if all checks pass it will create aIssueLinkService.DeleteIssueLinkValidationResultthat can be passed to theIssueLinkService.delete(DeleteIssueLinkValidationResult)method.Constructors in com.atlassian.jira.bc.issue.link with parameters of type IssueLinkModifierConstructorDescriptionSingleIssueLinkResult(ErrorCollection errorCollection, IssueLink issueLink) -
Uses of IssueLink in com.atlassian.jira.config
Methods in com.atlassian.jira.config that return types with arguments of type IssueLinkModifier and TypeMethodDescriptionDefaultSubTaskManager.getSubTaskIssueLinks(Long issueId) MockSubTaskManager.getSubTaskIssueLinks(Long issueId) SubTaskManager.getSubTaskIssueLinks(Long issueId) Returns a list of issue links associated with the issue -
Uses of IssueLink in com.atlassian.jira.entity
Fields in com.atlassian.jira.entity with type parameters of type IssueLinkMethods in com.atlassian.jira.entity that return IssueLinkModifier and TypeMethodDescriptionIssueLinkFactory.build(org.ofbiz.core.entity.GenericValue genericValue) Methods in com.atlassian.jira.entity with parameters of type IssueLink -
Uses of IssueLink in com.atlassian.jira.event.issue.link
Methods in com.atlassian.jira.event.issue.link that return IssueLinkModifier and TypeMethodDescriptionIssueLinkCreatedEvent.getIssueLink()IssueLinkDeletedEvent.getIssueLink()Constructors in com.atlassian.jira.event.issue.link with parameters of type IssueLinkModifierConstructorDescriptionIssueLinkCreatedEvent(IssueLink issueLink, Instant eventCreation) IssueLinkDeletedEvent(IssueLink issueLink, Instant eventCreation) -
Uses of IssueLink in com.atlassian.jira.issue.link
Classes in com.atlassian.jira.issue.link that implement IssueLinkMethods in com.atlassian.jira.issue.link that return IssueLinkModifier and TypeMethodDescriptionDefaultIssueLinkCreator.createIssueLink(org.ofbiz.core.entity.GenericValue issueLinkGV) IssueLinkCreator.createIssueLink(org.ofbiz.core.entity.GenericValue issueLinkGV) DefaultIssueLinkManager.getIssueLink(Long issueLinkId) DefaultIssueLinkManager.getIssueLink(Long sourceId, Long destinationId, Long issueLinkTypeId) IssueLinkManager.getIssueLink(Long issueLinkId) Returns theIssueLinkwith the specified id.IssueLinkManager.getIssueLink(Long sourceId, Long destinationId, Long issueLinkTypeId) Retrieves an issue link given a source, destination and a link type.Methods in com.atlassian.jira.issue.link that return types with arguments of type IssueLinkModifier and TypeMethodDescriptionDefaultIssueLinkManager.getInwardLinks(Long destinationId) IssueLinkManager.getInwardLinks(Long destinationIssueId) Get links to an issue.DefaultIssueLinkManager.getInwardLinksInBatch(List<Long> destinationIssueIds) DefaultIssueLinkManager.getInwardLinksInBatch(List<Long> destinationIssueIds, IssueLinkType issueLinkType) IssueLinkManager.getInwardLinksInBatch(List<Long> sourceIssueIds) Get links to multiple issues.IssueLinkManager.getInwardLinksInBatch(List<Long> destinationIssueIds, IssueLinkType issueLinkType) Get inwards links of given type to a batch of issues.DefaultIssueLinkManager.getIssueLinks(Long issueLinkTypeId) IssueLinkManager.getIssueLinks(Long issueLinkTypeId) Returns a collection of allIssueLinks for a particular issue link typeDefaultIssueLinkManager.getOutwardLinks(Long sourceId) IssueLinkManager.getOutwardLinks(Long sourceIssueId) Get links from an issue.DefaultIssueLinkManager.getOutwardLinksInBatch(List<Long> sourceIssueIds) IssueLinkManager.getOutwardLinksInBatch(List<Long> destinationIssueIds) Get links to multiple issues.Methods in com.atlassian.jira.issue.link with parameters of type IssueLinkModifier and TypeMethodDescriptionvoidDefaultIssueLinkManager.changeIssueLinkType(IssueLink issueLink, IssueLinkType swapLinkType, ApplicationUser remoteUser) voidIssueLinkManager.changeIssueLinkType(IssueLink issueLink, IssueLinkType swapLinkType, ApplicationUser remoteUser) Changes the type of an issue link.intprotected voidDefaultIssueLinkManager.reindexLinkedIssues(IssueLink issueLink) voidDefaultIssueLinkManager.removeIssueLink(IssueLink issueLink, ApplicationUser remoteUser) voidIssueLinkManager.removeIssueLink(IssueLink issueLink, ApplicationUser remoteUser) Removes a single issue link We do not check for permission here.Method parameters in com.atlassian.jira.issue.link with type arguments of type IssueLinkModifier and TypeMethodDescriptionvoidDefaultIssueLinkManager.moveIssueLink(List<IssueLink> issueLinks, Long currentSequence, Long sequence) voidIssueLinkManager.moveIssueLink(List<IssueLink> issueLinks, Long currentSequence, Long sequence) Moves an issue link to a different position in the list of issuelink.voidDefaultIssueLinkManager.resetSequences(List<IssueLink> issueLinks) voidIssueLinkManager.resetSequences(List<IssueLink> issueLinks) Sets the sequence number for each issueLink in the List of issueLinks provided according to its position in the List.