interface LinkIssueRequestJsonBean {
    comment?: Comment;
    inwardIssue: LinkedIssue;
    outwardIssue: LinkedIssue;
    type: IssueLinkType;
}

Properties

comment?: Comment

A comment.

inwardIssue: LinkedIssue

The ID or key of a linked issue.

outwardIssue: LinkedIssue

The ID or key of a linked issue.

This object is used as follows:

  • In the issueLink resource it defines and reports on the type of link between the issues. Find a list of issue link types with Get issue link types.
  • In the issueLinkType resource it defines and reports on issue link types.