Jira.js - Jira Cloud API library
Preparing search index...
Version3Models
IssueLink
Interface IssueLink
Details of a link between issues.
interface
IssueLink
{
id
?:
string
;
inwardIssue
?:
Version3Models
.
LinkedIssue
;
outwardIssue
?:
Version3Models
.
LinkedIssue
;
self
?:
string
;
type
?:
Version3Models
.
IssueLinkType
;
}
Index
Properties
id?
inward
Issue?
outward
Issue?
self?
type?
Properties
Optional
id
id
?:
string
The ID of the issue link.
Optional
inward
Issue
inwardIssue
?:
Version3Models
.
LinkedIssue
Optional
outward
Issue
outwardIssue
?:
Version3Models
.
LinkedIssue
Optional
self
self
?:
string
The URL of the issue link.
Optional
type
type
?:
Version3Models
.
IssueLinkType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
inward
Issue
outward
Issue
self
type
Jira.js - Jira Cloud API library
Loading...
Details of a link between issues.