Changing the Asset ID Prefix
Question:
How do I change the Asset ID prefix from "B-xxxx" to "S-xxxx" or "S-xxxx" to "B-xxxx"?
Also:
I see "Iteration" instead of "Sprint" (or vice-versa). How do I change that?
Answer:
A change will need to be made to the user.config file, if one exists. If one doesn't exist, create one and place it in the webserver (ApplicationName) directory.
How Do I Do That?
- For OnDemand (hosted) customers: the process is simple. Contact Lifecycle Support at - support@versionone.com requesting the change.
- For OnSite (local) customers:
- If currently showing "B-" and you want it to show "S-" (and show Iteration), add this value to the user.config file
- <appSettings>
<add key="Meta" value="XP" />
</appSettings>
- <appSettings>
- If currently showing "S-" and you want it to show "B-" (and show Sprint), add this value to the user.config file
- <appSettings>
<add key="Meta" value="Scrum" />
</appSettings>
- <appSettings>
- If currently showing "B-" and you want it to show "S-" (and show Iteration), add this value to the user.config file