---
title: "Dynamic Issue Context Example 1"
canonical: "https://support.appfire.com/space/PSCONF/15305901/Dynamic%20Issue%20Context%20Example%201"
format: markdown
---
> Macro (aura-html)

> Macro (excerpt)
> 
> ```
> 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.