/
Getting and Setting Custom Fields
Getting and Setting Custom Fields
Implicit Context
Whenever reading or storing a custom field value, the SIL Engine must be given an issue context so that it can connect those values to an issue. In most scripting environments (such as a listener or a custom workflow), the context is already provided.
Getting a Custom Field Value by Id
string value = customfield_1234; |