Jira.js - Jira Cloud API library
Preparing search index...
Version3Models
ProjectIdentifier
Interface ProjectIdentifier
The identifiers for a project.
interface
ProjectIdentifier
{
id
?:
number
;
key
?:
string
;
}
Index
Properties
id?
key?
Properties
Optional
id
id
?:
number
The ID of the project.
Optional
key
key
?:
string
The key of the project.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
key
Jira.js - Jira Cloud API library
Loading...
The identifiers for a project.