| java.lang.Object | |
| ↳ | com.atlassian.jira.issue.fields.util.FieldPredicates |
Some predicates that can be used to classify JIRA Field objects.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return a predicate that will return true if the input field is a date custom field.
| |||||||||||
Return a predicate that will return true if the input field is a custom field.
| |||||||||||
Return a predicate that will return true if the input field is a user custom field.
| |||||||||||
Return a predicate that will return true if the input field is a date field.
| |||||||||||
Return a predicate that returns true for custom fields that should be displayed in the custom field section of
the view issue screen.
| |||||||||||
Return a predicate that will return true if the input field is a user field.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Return a predicate that will return true if the input field is a date custom field.
Return a predicate that will return true if the input field is a custom field.
Return a predicate that will return true if the input field is a user custom field.
Return a predicate that will return true if the input field is a date field.
Return a predicate that returns true for custom fields that should be displayed in the custom field section of the view issue screen. Some of the custom fields are not displayed in the custom field section of the view issue screen. For example, the date fields are now displayed in the date block rather than the custom field block.
Return a predicate that will return true if the input field is a user field.

