Error in Business Rule Execution for List View Modification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2025 02:48 AM
Hi Community,
We are encountering an issue with a business rule when modifying fields in the list view. Below is the business rule we have written:
// If not in pending discussion state
})(current, previous);
When we try to modify the field in the list view, we get the following error:
"Condition 'Condition: current.product.changes() || current.project.changes()' in business rule 'Set Product Backlog Type' on rm_story: STRY001234 evaluated to null; skipping business rule."
Could you please help on this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2025 03:10 AM
The project field is not available and used in the condition that could be the reason for the error.
So please remove the project from the condition and then test it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2025 03:12 AM
Keep only this condition "current.product.changes()" and remove the other condition. and try
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2025 03:14 AM
Hi Anil,
But It is OOB, we can't modify the OOB BR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2025 03:20 AM
Understood from my understanding it is the cause, to confirm that update the BR in Dev and test it and revert back the changes.
Once you can confirm it is the issue then raise High portal case for the same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2025 03:22 AM
Hi Anil,
I tried, it is working in DEV environment