-
Bug
-
Resolution: Duplicate
-
Low
-
Minor
Issue Summary
When using the baseUrl Smart Value, a site's URL is typically returned, such as https://site.atlassian.net
However, when using this Smart Value within iterative Smart Value Functions on a List, it fails to render a value.
Steps to Reproduce
- Create an Automation Rule with a Trigger of Scheduled and a JQL pointing to a single Jira Issue along with the Log Action.
- Have the Jira Issue contain a List Custom Field, such as a Select List (multiple choices).
- Have the Log Action contain the following:
{{baseUrl}} | {{#ListCustomField}}{{baseUrl}}{{/}}
Expected Results
Both will evaluate to the Site's base URL. The List will produce the URL for each item in it.
Actual Results
The instance of baseUrl inside of the iterative Smart Value Function does not evaluate to the Site's base URL. The List does not produce the URL for each item in it. It doesn't produce the URL at all.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available