Class LinkIssuesInput
java.lang.Object
com.atlassian.jira.rest.client.api.domain.input.LinkIssuesInput
Input parameters used for issue link creation.
-
Constructor Summary
ConstructorsConstructorDescriptionLinkIssuesInput(String fromIssueKey, String toIssueKey, String linkType) LinkIssuesInput(String fromIssueKey, String toIssueKey, String linkType, Comment comment) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
Method Details
-
getFromIssueKey
- Returns:
- source issue key
-
getToIssueKey
- Returns:
- destination issue key
-
getComment
- Returns:
- optional comment or
null
-
getLinkType
- Returns:
- name of the link type (e.g. "Duplicate")
-