Tests related to stories through Agile Board are missing

mariavic1998
Tera Contributor

Hello Community,

I'm experiencing an issue when creating tests from the Agile Board in ServiceNow. For each corresponding story, we create tests as shown below:

 

mariavic1998_0-1732725537495.png

Upon creation, the tests appear correctly linked to the story:

mariavic1998_1-1732725640468.png

However, as time passes, I've noticed that some tests mysteriously disappear from certain stories. In other words, the relationship between the story and its tests gets deleted. I then have to re-add the tests to the story multiple times.

Has anyone encountered a similar issue or does anyone have insights into why this might be happening? Any help would be greatly appreciated.

Thank you!

1 REPLY 1

Uncle Rob
Kilo Patron

Unfortunately you've got to do it the hard way:
- find business rules that run against that table and search for "rm_story"
- search script includes and scheduled scripts as well.

- look for flows that run against the story or story test tables and investigate them for update record activity

You MAY get a hint about how its happening by adding the Activities to the form and making sure your reference to story is one of the tracked activities.