Custom Field Administration Functions

Custom Field Administration Functions

This section contains functions that enable users to handle custom field administration.

Functions Summary

  • admAddCustomFieldAliasAdds a custom field alias in the sil.aliases file.
  • admAddCustomFieldOptionsAdds new custom field options to options list for the specified context (JProjectIssueTypes[]).
  • admCreateCustomFieldCreates a new custom field, offering support also for setting its context and searcher.
  • admDeleteCustomFieldDeletes a custom field.
  • admDeleteCustomFieldOptionsDelete options with the provided ids from the custom field.
  • admGetCustomFieldOptionsRetrieves the option list of a custom field.
  • admReloadCustomFieldAliasesReloads the sil.aliases file.
  • admUpdateCustomFieldUpdates a custom field, the searcher can also be updated
  • admUpdateCustomFieldOptionsUpdate custom field options for the specified context (JProjectIssueTypes[]).
  • getContextsForCustomFieldReturns the list of contexts (their names) for a certain custom field
  • getIssueTypesInCustomFieldContextReturns 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.
  • getProjectsInCustomFieldContextReturns 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.
  • getIssueTypesInTheSameContextReturns 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.",
Peacock

Need support? Create a request with our support team.

Copyright © 2005 - 2025 Appfire | All rights reserved.