/
Field Configuration Functions
Field Configuration Functions
Field configurations are used ultimately to set up the hidden or required field flags, based on issue types and projects. Most of these only work for Company-Managed Projects (classic projects)
Functions Summary
Structures used:
JFieldConfigurationScheme
int id;
string name;
string description;
This is the topmost structure, the one you may use to assign to projects
JFieldConfiguration
int id;
string name;
string description;
boolean isDefault;
This does not represent a certain field. It’s the totality of the configs you associate with issue types.
JFieldConfigITMapping
int fieldConfigurationId;
int issueTypeId;
If issue type id is zero (0) it actually means the default issue type.
JFieldConfigurationItem
Renderer may be changed only for text fields, and accepted values are ‘text-renderer' and ‘wiki-renderer’. Field is the Jira name of the field, like ‘summary’, ‘fixVersions’ or 'customfield_12345’.
Peacock
Related content
Issue Support
Issue Support
More like this
admGetFieldConfigsByName
admGetFieldConfigsByName
More like this
admGetFieldConfigITMappings
admGetFieldConfigITMappings
More like this
Feature tour
Feature tour
More like this
admGetAllFieldConfigItems
admGetAllFieldConfigItems
More like this
Custom fields SPI
Custom fields SPI
More like this