Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
We've encountered an issue exporting this macro. Please try exporting this page again later.
Excerpt
Code Block
string [] issueKeys = selectIssues("project = Test"); 

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

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

We've encountered an issue exporting this macro. Please try exporting this page again later.