-
Bug
-
Resolution: Fixed
-
Medium
-
14
-
Minor
-
22
-
Issue Summary
When using the Edit Assets field attributes Action in Automation for Jira to try and clear an Attribute on an Object where that Attribute is already empty, an error is thrown:
Steps to Reproduce
- Create an Automation Rule that uses the Edit Assets field attributes Action and have it clear an Attribute.
- Run the Rule on an Issue where the affected Custom Field's Object has no value for the Attribute.
Expected Results
The Audit Log records No Action Taken.
Actual Results
The Audit Log shows Some Errors with a message like this:
Edit Object attributes. Objects were skipped ABC-123 (Attribute = '') Error updating Object(s)
Workaround
Use a Condition to prevent the Action from running if the Value is already empty.