jira.js
Guide
GitHub
Preparing search index...
server
getComponentRelatedIssues
Function getComponentRelatedIssues
getComponentRelatedIssues
(
client
:
Client
,
parameters
:
{
id
:
string
}
,
options
?:
RequestOptions
,
)
:
Promise
<
{
issueCount
?:
number
;
self
?:
string
;
[
key
:
string
]:
unknown
}
>
Returns counts of issues related to this component.
Parameters
client
:
Client
parameters
:
{
id
:
string
}
id
:
string
A String containing the component id
Optional
options
:
RequestOptions
Returns
Promise
<
{
issueCount
?:
number
;
self
?:
string
;
[
key
:
string
]:
unknown
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Returns counts of issues related to this component.