We've encountered an issue exporting this macro. Please try exporting this page again later.
Scripts are very simple when running in an issue context. All fields are available for use for the specific issue.
Example 1 - Reading values
For a full list of standard variables that are already ready for use when running in the context of an issue see:
runnerLog(assignee);
runnerLog(attachments);
runnerLog(description);
Variable resolution
Example 2 - Writing values
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).
description += "\nThis extra bit of text was added using SIL!";