Reference Field in story doesn't show full options in list Issue E.g - In cloned story, the user isn't able to select a different project than the one selected in the original story. The options shown in the reference field only lists one project, only when selecting a specific project. CauseScript include Agile2SecurityManager defining story conditions for options listed in reference field if the story has demand related to it. ResolutionIntended functionality; Options are to:1. Not include a demand on the story2. Customize the Agile2SecurityManager script includeRelated LinksCause found through reference field related issue: In the project dictionary, under reference specification tab >> javascript:ScrumSecurityManager.getStoryDotProject(current) ScrumSecurityManager is a script include and .getStoryDotProject() is the methodWe reviewed the ScrumSecurityManager script include which refers to Agile2SecurityManager script include through reference of .impl and calls the getStoryDotProject method.In the Agile2SecurityManager script include, references conditions for cloning stories where if the story has a demand attached, it will only reference the project originally used.