Jira.js - Jira Cloud API library
Preparing search index...
Version3Parameters
AssignProjectsToCustomFieldContext
Interface AssignProjectsToCustomFieldContext
A list of project IDs.
interface
AssignProjectsToCustomFieldContext
{
contextId
:
number
;
fieldId
:
string
;
projectIds
:
string
[]
;
}
Hierarchy (
View Summary
)
Version3Models
.
ProjectIds
AssignProjectsToCustomFieldContext
Index
Properties
context
Id
field
Id
project
Ids
Properties
context
Id
contextId
:
number
The ID of the context.
field
Id
fieldId
:
string
The ID of the custom field.
project
Ids
projectIds
:
string
[]
The IDs of projects.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
context
Id
field
Id
project
Ids
Jira.js - Jira Cloud API library
Loading...
A list of project IDs.