- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2025 11:21 AM
Hello. On our Story table, there is a Related List to Scrum Tasks. When clicking New button in the Related List it creates a Scrum Task but the Parent field does not auto-populate. How would I configure the New button to auto-populate the Parent field with the Story number?
Using the attached examples, this is the Related List on STRY0485628 (short description: Test Story). When clicking on New it creates STSK0035589 with a blank Parent value but I would want the Parent value to auto-populate to STRY0485628.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2025 11:36 AM
When you click on new, the filter that is available under related list - only those values will be set automatically.
In this case, the filter is 'Story = test story' and I can see in your form that story value is set.
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2025 11:36 AM
When you click on new, the filter that is available under related list - only those values will be set automatically.
In this case, the filter is 'Story = test story' and I can see in your form that story value is set.
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2025 11:40 AM
@Voona Rohila - thank you for the info. Is there a way that I can change the filter to Number = [Story Number] (so in this case that would be Number = STRY0485628)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2025 12:07 PM
The relation between the story and story task is Story field on Story task form.(I would suggest you maintain that relationship)
If you need more fields to be populated then maybe write a client script to populate it based on story value.
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP