Tests related to stories through Agile Board are missing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2024 08:46 AM
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:
Upon creation, the tests appear correctly linked to the story:
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2024 02:29 PM
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.