Custom Field Functions

Custom Field Functions

This section contains functions that enable users to handle custom fields.

 

Functions Summary

  • fieldHistoryReturns all the pairs date + value for the selected field from the selected issue's history.
  • getCustomFieldNameByIdGets the name of the custom field by id.
  • getFieldChangesReturns a list of tuples containing user||field|oldVal|newVal for the selected field from the selected issue's history.
  • getIssueFieldNamesReturns a list with the names of all standard and custom fields of an issue.
  • getIssueFieldsReturns a map with all standard and custom fields of an issue.
  • getPriorityIdByNameGets the priority id by the priority name.
  • getPriorityNameByIdGets the priority name by the priority id.
  • lastFieldHistoryReturns the last change details (user, date, field, oldValue, newValue) from the selected issue's history.
  • getCustomFieldIdByNameReturns a list of ids for all custom fields with the given name.
  • getCustomFieldGets all information about the custom field. Routine returns a JCustomField structure type.
  • getAllCustomFieldsReturns an array of JCustomField type structs for all custom fields in Jira.

Can’t find what you are looking for? There are many more custom field functions in the Custom Field Administration section.

Looking for a function to get the values of custom fields? You won’t find it here because you don’t need one. Take a look at the Standard Variables page for details on how it’s done.

Need support? Create a request with our support team.

Copyright © 2005 - 2026 Appfire | All rights reserved.