The Agile Story field is blank for stories which are created from the triage board.DescriptionWhen adding any incident to the backlog from the triage board, the story is created as expected. However, the 'Agile Story' field is blank in respective story. The 'Agile Story' field is populated correctly when the story is created from: Agile Board > Create storyorrm_story table (rm_list.do > New)Steps to Reproduce On an affected instance: Create an Agile Board.Create a Triage Board on incidents in that Agile board.Add any Incident to Backlog.Observe that New story created for that incident.Observe that the new story's Agile field is empty.WorkaroundThis is working as expected for the following reason: For Task derivatives like incidents and problems, when they get added to the backlog, we populate the agile story field in the incident or problems table, but for wrapper story which gets created for the incident which was added in the backlog we only set the original task field pointing to the incident, the agile story is not populated for wrapper story. This is as per design.Related Problem: PRB1457284