NAME
JIRA::API::IssueLink -
SYNOPSIS
my $obj = JIRA::API::IssueLink->new();
...
PROPERTIES
id
The ID of the issue link.
inwardIssue
Provides details about the linked issue. If presenting this link in a user interface, use the `inward` field of the issue link type to label the link.
outwardIssue
Provides details about the linked issue. If presenting this link in a user interface, use the `outward` field of the issue link type to label the link.
self
The URL of the issue link.
type
The type of link between the issues.