Sprint and Assignment group is not auto-populated on creation of a story from SprintIssue Sprint and Assignment group is not auto-populated on creation of a story from SprintResolutionThis was happening due to the wrong Related List being used on the Sprint Form.Once the correct one is used, the Sprint and Assignment Group will be populated properly fro Story records. The Related List of "Story->Parent" was being used when it should be "Story->Sprint" which is OOB.Form fields are populated based on the filters in the Related List so we need to have a reference to the Sprint field instead of Parent to get populated correctly.To resolve, follow the steps below.NEXT STEPS:1. Navigate to any Sprint record2. Right-Click the form header and select Configure > Related Lists3. Remove "Story->Parent"4. Add "Story->Sprint"5. Click save and test again