Skip to end of banner
Go to start of banner

User 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

« Previous Version 2 Next »

To retrieve the value of a user custom field simply create a string variable and
set the value to the custom field.

To set the value of a user custom field simply set the custom field to equal the
username text or string variable containing the username text.

Getting Values

string myUser = customfield_12345;

Setting Values

customfield_12345 = "jsmith";

NOTE: getting the value using the customfield id is not the best practice when
writing SIL scripts. See the Working with Custom Fields example for more
information on the best practices.

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).

  • No labels