changes.mady.by.user Jonathan Muse
Saved on Sept 16, 2021
changes.mady.by.user Shane Smith
Saved on Oct 11, 2024
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.