Supported Fields per View
Support for UI Modifications varies slightly depending on the view. To simplify this, we’ve consolidated all supported fields into a single table. The second column indicates whether a field is a System field (provided by Jira) or a Custom field type (created by a Jira Administrator).
Each field supports a different set of operations (e.g., setRequired
, setVisible
, etc.). For a detailed breakdown of supported operations per field and view, please refer to Atlassian’s official UI Modifications API documentation.
affects versions
System
assignee
System
cascading select
Custom
components
System
checkboxes
Custom
date picker
Custom
date time picker
Custom
description
System
due date
System
fix versions
System
issue type
System
labels
System
multi select
Custom
multi user picker
Custom
number
Custom
original estimate
System
paragraph
Custom
parent
System
people
Custom
priority
System
radio buttons
Custom
reporter
System
resolution
System
single select
Custom
status
System
summary
System
target start
System
target end
System
text field
Custom
url
Custom
user picker
Custom
Supported Fields in Field Conditions
Field Conditions in Field Rules rely on the UI Modifications API to retrieve field values. This means:
A field must be supported on the current view in order for its value to be available.
The field must also be included on the screen associated with that view.
If either requirement is not met, the condition will not be able to evaluate the field’s value.
Last updated