-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Rule - Smart Values
-
Severity 3 - Minor
Issue Summary
If an Automation Flow attempts to access a new attribute added to an Object that is connected to a custom field on a Jira Work Item, the new attribute cannot be accessed via smart value.
Steps to Reproduce
- Create a Jira Work Item with an Assets Custom field.
- Attach an Asset to the custom field
- Create an Automation Flow that logs out an Asset value from the object using something like issue.customfield_xxxxx.attributeName.
- Execute the Flow and ensure that the existing attribute is printed out to the audit log.
- Add an attribute to the object type and populate that attribute in the object connected the work item.
- Update the Flow to log out this new attribute
- Execute the Flow.
Expected Results
The new attribute should be logged out the same as the existing attribute.
Actual Results
The newly added attribute will not be logged out (it will be blank).
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available