-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
Component/s: Rule - Smart Values - Help Panel
-
Minor
-
Jira Service Management
-
Warranty
Issue Summary
Jira automation smart value search wizard is suggesting wrong smart values for the request URL
Steps to Reproduce
- Go to automation rule
- Choose an action to add a smart value
- View available smart values
- Search for smart value for the Field named issueURL.
Expected Results
The search wizard should suggest the right smart value for the field.
{{issue.url.customer}}
Actual Results
Search wizard suggests the smart value that doesn't work.
{{issue.issueUrl.customer}}
Workaround
User's can add the smart value manually:
{{issue.url.customer}}