jira.js
Guide
GitHub
Preparing search index...
server
getRemoteVersionLinksByVersionId
Function getRemoteVersionLinksByVersionId
getRemoteVersionLinksByVersionId
(
client
:
Client
,
parameters
:
{
versionId
:
string
}
,
options
?:
RequestOptions
,
)
:
Promise
<
{
links
?:
{
link
?:
unknown
;
name
?:
string
;
self
?:
string
;
[
key
:
string
]:
unknown
;
}
[]
;
[
key
:
string
]:
unknown
;
}
,
>
Returns the remote version links associated with the given version ID.
Parameters
client
:
Client
parameters
:
{
versionId
:
string
}
versionId
:
string
ID of the version.
Optional
options
:
RequestOptions
Returns
Promise
<
{
links
?:
{
link
?:
unknown
;
name
?:
string
;
self
?:
string
;
[
key
:
string
]:
unknown
;
}
[]
;
[
key
:
string
]:
unknown
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Returns the remote version links associated with the given version ID.