-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Rule - Smart Values - Help Panel
-
Severity 3 - Minor
Issue Summary
Jira automation smart value search wizard is suggesting wrong smart values for the Forge custom fields
Steps to Reproduce
- Install a Forge app in your site(Ex: Booking app)
- Go to automation rule
- View available smart values
- Search for smart value for the Field named Booking.
Expected Results
The search wizard should suggest the right smart value for the field.
{{issue.My custom field name}}
or
{{issue.customfield_10001}}
Actual Results
Search wizard suggests the smart value with the customfield key, which doesn't work.
{{issue.customfield key}} - {{issue.4a4206e4-5fbb-447e-9cba-588cf63c541e__PRODUCTION__booking-field}}
Workaround
User's can add the smart value manually:
{{issue.booking}}
