public class LinkIssuesInput extends Object
| Constructor and Description |
|---|
LinkIssuesInput(String fromIssueKey,
String toIssueKey,
String linkType) |
LinkIssuesInput(String fromIssueKey,
String toIssueKey,
String linkType,
Comment comment) |
| Modifier and Type | Method and Description |
|---|---|
Comment |
getComment() |
String |
getFromIssueKey() |
String |
getLinkType() |
String |
getToIssueKey() |
public LinkIssuesInput(String fromIssueKey, String toIssueKey, String linkType, @Nullable Comment comment)
fromIssueKey - source issue keytoIssueKey - destination issue keylinkType - name of the link type (e.g. "Duplicate")comment - optional commentCopyright © 2013 Atlassian. All Rights Reserved.