-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.xml
More file actions
24 lines (23 loc) · 946 Bytes
/
config.xml
File metadata and controls
24 lines (23 loc) · 946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version='1.0' encoding='UTF-8'?>
<Config>
<RallyBaseUrl>rally1.rallydev.com</RallyBaseUrl>
<RallyUserName>your_ident@your_company.com</RallyUserName>
<RallyPassword>L337!Se^Kr3t</RallyPassword>
<RallyWorkspaceName>YourWorkspaceName</RallyWorkspaceName>
<RallySCMRepositoryName>YourSCMRepositoryName</RallySCMRepositoryName>
<SourceControlUrl>YourVCSWebFrontEnd:port_number</SourceControlUrl>
<!--
Used to determine how to translate a check-in author to a Rally user
Example: user to user@domain.com
-->
<UserDomain>your_company.com</UserDomain>
<Prefixes>
<!--
This section if for specifying if you have configured rally to use custom prefixes for the object Ids.
If your custom prefix contains a number, this connector will not function
-->
<Defect>DE</Defect>
<Story>US</Story>
<Task>TA</Task>
</Prefixes>
</Config>