-
Suggestion
-
Resolution: Unresolved
-
None
-
None
Issue Summary
When iterating over a collection in smart values it would be useful to be able to access e.g. the original issue variable within the iteration.
Steps to Reproduce
{{#issue."Affected Status Page Components"}} "{{value.split("#").get(1)}}": "{{issue."Status Page Component Status"}}"{{^last}}, {{/}}{{/}}
Expected Results
Expect to be able to access the `issue` variable
Actual Results
Returns an empty string rather than the issue variable
Workaround
The expression can sometimes be re-formed as a mapping over the collection rather than an iteration:
{{issue."Affected Status Page Components".value.split("#").get(1).concat(":").concat(issue."Status Page Component Status")}}
- is duplicated by
-
AUTO-1549 Allow to use smart values unrelated to the list when iterating over a smart value list.
- Closed
[AUTO-490] Automation Smart value iterations don't have access to the original issue variable
Resolution | Original: Low Engagement [ 10300 ] | |
Status | Original: Closed [ 6 ] | New: Gathering Interest [ 11772 ] |
Resolution | New: Low Engagement [ 10300 ] | |
Status | Original: Gathering Interest [ 11772 ] | New: Closed [ 6 ] |
Component/s | Original: Automation [ 68402 ] | |
Key | Original: JSWCLOUD-23239 | New: AUTO-490 |
Workflow | Original: JAC Suggestion Workflow JSWCLOUD [ 4286255 ] | New: JAC Suggestion Workflow 3 [ 4344717 ] |
Project | Original: Jira Software Cloud [ 18511 ] | New: Automation for Cloud [ 22610 ] |
@Bill Sheboy
I've reported this as bug in support ticket and they reopened this one.
Hope they will add this feature soon.