Skip to end of banner
Go to start of banner

Standard Fields - Getting Values

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 »

Example 1

//------------GETTING VALUE-------------
string oldSummary = summary;
return oldSummary;

Example 2

//------------GETTING VALUE-------------
string oldDescription = description;
runnerLog(oldDescription); 

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

  • No labels