-
Type:
Sub-task
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: None
-
Component/s: Bamboo
-
None
AppLinksSvnRepository.addDefaultValues(BuildConfiguration) used to use a hack to get a reference to the project that the build currently being created belongs to, in order to populate the repository path with /<project key>/trunk. This was possible because bamboo used a wizard to create the plan; the first step being to choose a project, and the project was stored in the session.
This is no longer possible because the form to create a plan is all on the same page.
Find a nice way to keep this functionality.