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 02:52 AM
Hi @Sirisha Thota ,
I believe the condition is evaluated as null so it is skipping the BR. Can you confirm the product or project fields are getting changed when updating in the list view.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2025 02:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2025 03:01 AM
The BR will get executed when the condition is met. Are those product or project fields available on the table because it is returning null
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2025 03:07 AM
Hi Anil,
Only Product field is available, but that is not changing.