Package com.atlassian.jira.issue.fields
Class CustomFieldParamsUtil
java.lang.Object
com.atlassian.jira.issue.fields.CustomFieldParamsUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic CustomFieldParamsgetRelevantParams(CustomField customField, Map<String, String[]> params) Returns custom field parameter from the given map that are relevant to this custom field.
-
Method Details
-
getRelevantParams
@Nonnull public static CustomFieldParams getRelevantParams(@Nonnull CustomField customField, @Nonnull Map<String, String[]> params) Returns custom field parameter from the given map that are relevant to this custom field.- Parameters:
params- map of parameters- Returns:
- custom field parameter from the given map that are relevant to this custom field
-