jira.js
Guide
GitHub
Preparing search index...
cloud
getFeaturesForProject
Function getFeaturesForProject
getFeaturesForProject
(
client
:
Client
,
parameters
:
{
projectIdOrKey
:
string
}
,
options
?:
RequestOptions
,
)
:
Promise
<
{
features
?:
{
feature
?:
string
;
imageUri
?:
string
;
localisedDescription
?:
string
;
localisedName
?:
string
;
prerequisites
?:
string
[]
;
projectId
?:
number
;
state
?:
string
&
{}
|
"ENABLED"
|
"DISABLED"
|
"COMING_SOON"
;
toggleLocked
?:
boolean
;
[
key
:
string
]:
unknown
;
}
[]
;
[
key
:
string
]:
unknown
;
}
,
>
Returns the list of features for a project.
Parameters
client
:
Client
parameters
:
{
projectIdOrKey
:
string
}
projectIdOrKey
:
string
The ID or (case-sensitive) key of the project.
Optional
options
:
RequestOptions
Returns
Promise
<
{
features
?:
{
feature
?:
string
;
imageUri
?:
string
;
localisedDescription
?:
string
;
localisedName
?:
string
;
prerequisites
?:
string
[]
;
projectId
?:
number
;
state
?:
string
&
{}
|
"ENABLED"
|
"DISABLED"
|
"COMING_SOON"
;
toggleLocked
?:
boolean
;
[
key
:
string
]:
unknown
;
}
[]
;
[
key
:
string
]:
unknown
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Returns the list of features for a project.