jira.js
Guide
GitHub
Preparing search index...
server
createIssueLinkType
Function createIssueLinkType
createIssueLinkType
(
client
:
Client
,
parameters
:
{
id
?:
string
;
inward
?:
string
;
name
?:
string
;
outward
?:
string
;
self
?:
string
;
}
,
options
?:
RequestOptions
,
)
:
Promise
<
{
id
?:
string
;
inward
?:
string
;
name
?:
string
;
outward
?:
string
;
self
?:
string
;
[
key
:
string
]:
unknown
;
}
,
>
Create a new issue link type.
Parameters
client
:
Client
parameters
:
{
id
?:
string
;
inward
?:
string
;
name
?:
string
;
outward
?:
string
;
self
?:
string
}
Optional
options
:
RequestOptions
Returns
Promise
<
{
id
?:
string
;
inward
?:
string
;
name
?:
string
;
outward
?:
string
;
self
?:
string
;
[
key
:
string
]:
unknown
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Create a new issue link type.