Skip to end of banner
Go to start of banner

Dynamic Issue Context Example 1

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 4 Next »

string [] issueKeys = selectIssues("project = Test");

for(string key in issueKeys) {
runnerLog(key + " - " + key.summary);
}

When just reading the value of fields this simple "key.value" notation can be used to specify the issue context.

  • No labels