Theme and Release reference fields are not showing the correct data in the StoryIssue In Agile Module while updating the story, theme and release references fields are not showing the dataReleaseOrlandoCauseRelease Field not working examples:Eg: STRY0014383EG: STRY0010042Reference Qualifier fo Release Field:javascript:'sys_idIN'+ScrumSecurityManager.getStoryDotRelease(current).join(',')The above reference qualifier is calling the Script Includes: Agile2SecurityManager/nav_to.do?uri=sys_script_include.do?sys_id=84104f500b722200a6acc93563673a02As per the 'getStoryDotRelease' function in the script includes, the Release will look for the Product if the product is present then it will display the releases associated only with that product but not all the release.Eg Product Name: 'NVS1' has zero Release associated with it so you will not see the releases to select while creating the Story. If the Product field is EMPTY on the Story Eg: STRY0014387 then you will get all the Releases present on the release table.Same is the Case for the THEME field:Reference Qualifier: javascript:'sys_idIN'+ScrumSecurityManager.getStoryDotTheme(current).join(',')ResolutionExpected Behaviour