NAME

JIRA::API::LinkIssueRequestJsonBean -

SYNOPSIS

my $obj = JIRA::API::LinkIssueRequestJsonBean->new();
...

PROPERTIES

comment

A comment.

inwardIssue

The ID or key of a linked issue.

outwardIssue

The ID or key of a linked issue.

type

This object is used as follows:

*  In the [ issueLink](#api-rest-api-3-issueLink-post) 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](#api-rest-api-3-issueLinkType-get).
*  In the [ issueLinkType](#api-rest-api-3-issueLinkType-post) resource it defines and reports on issue link types.