jira.js
Guide
GitHub
Preparing search index...
server
updateIssueLinkType
Function updateIssueLinkType
updateIssueLinkType
(
client
:
Client
,
parameters
:
{
id
?:
string
;
inward
?:
string
;
issueLinkTypeId
:
string
;
name
?:
string
;
outward
?:
string
;
self
?:
string
;
}
,
options
?:
RequestOptions
,
)
:
Promise
<
{
id
?:
string
;
inward
?:
string
;
name
?:
string
;
outward
?:
string
;
self
?:
string
;
[
key
:
string
]:
unknown
;
}
,
>
Update the specified issue link type.
Parameters
client
:
Client
parameters
:
{
id
?:
string
;
inward
?:
string
;
issueLinkTypeId
:
string
;
name
?:
string
;
outward
?:
string
;
self
?:
string
;
}
Optional
id
?:
string
Optional
inward
?:
string
issueLinkTypeId
:
string
The issue link type id.
Optional
name
?:
string
Optional
outward
?:
string
Optional
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...
Update the specified issue link type.