Custom Field Functions
Custom Field Functions
This section contains functions that enable users to handle custom fields.
Functions Summary
- hasInput — Verifies if a field had input in the transition screen.
- getAllCustomFields — Returns an array of JCustomField type structs for all custom fields in Jira.
- fieldHistory — Returns all the pairs date + value for the selected field from the selected issue's history.
- getCustomField — Gets all information about the custom field. Function returns a JCustomField structure type.
- getCustomFieldIdByName — Returns a list of ids for all custom fields with the given name.
- getCustomFieldNameById — Gets the name of the custom field by id.
- getFieldChanges — Returns a list of tuples containing user||field|oldVal|newVal for the selected field from the selected issue's history.
- getFieldOptions — Returns a string array representing the list of options for a custom field.
- getInput — Make sure that a transition screen has been attached to the current transition.
- getIssueFieldNames — Returns a list with the names of all standard and custom fields of an issue.
- getIssueFields — Returns a map with all standard and custom fields of an issue.
- getPriorityIdByName — Gets the priority id by the priority name.
- getPriorityNameById — Gets the priority name by the priority id.
- isCustomFieldInContext — Checks if a custom field is in the context of a specified issue type for a project.
- lastFieldHistory — Returns the last change details (user, date, field, oldValue, newValue) from the selected issue's history.
- getContextsForCustomField — Returns the list of contexts (their names) for a certain custom field
- getIssueTypesInCustomFieldContext — Returns the list of issue types names for a certain custom field context. Note that if the routine does not return anything then all the issue types are set. You can use the allProjects and getissueTypesForProject routine to determine the full list of issue types.
- getProjectsInCustomFieldContext — Returns the list of project keys for a certain custom field context. Note that if the routine does not return anything then the context is global. You can use the allProjects routine to get all the projects.
- getIssueTypesInTheSameContext — Returns the list of issue type names that are included in the same context as the given issue for a certain custom field. Note that if the routine does not return anything then all the issue types are set. You can use the allProjects and getissueTypesForProject routine to determine the full list of issue types.",
, multiple selections available, Use left or right arrow keys to navigate selected items
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.