Skip to end of banner
Go to start of banner

Getting Data from Custom Fields

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Retrieving values from a field and setting the value for a field are very simple.
First, you need to be able to identify the field. This can be done in three
different ways:

  1. By the fields name

  2. By the fields id

  3. By the fields alias

For more information about using custom fields see: Variable resolution

For more information about aliases see: Custom Fields Aliases

NOTE: These scripts assumes that they are running in the context of an issue. Like in a
workflow script or listener for example. If you would like to test these scripts
from the SIL Manager, add an issue key to test with under the Run Configuration
setting (Run > Run Configuration > Context).

NOTE: This information only applies to custom fields. For standard Jira fields (like summary)
an alias has already been created and is available to use. For more information
see workingWithStandardFields.sil.

  • No labels