CA Agile Central (Rally) Plugin → Rally Plugin Configuration Overview → Rally Base Configuration Details
Add a base configuration to define shared properties for a set of Rally request item configurations.
Field Descriptions
The field descriptions are included in the UI. While creating or editing a configuration, point to a field name to view its description.
The base configuration fields are described in the following tables.
Configuration Properties
Comparison | Description | Field Types | Example |
---|---|---|---|
Rally URL |
|
TEXT | https://rally1.rallydev.com |
Rally API Key |
|
TEXT | |
Object Types | Specify one or more of the following Rally object types to
be displayed:
Format: defect:l<abel>, task:<label>, hierarchicalrequirement:<label> where: <label> specifies the name of the object type that is displayed. |
TEXT |
defect:Defect1,defect:Defect2, task:Task1,task:Task2, hierarchicalrequirement:Story |
Show advanced search options | Select this option to enable users to widen a search to include Rally workspaces and projects. | ||
Query filter |
Specify a query filter using ${search_text} as a placeholder. You can search for names, descriptions, or IDs in Rally. Each filter clause consists of a tuple {field, operator, value} in this format: ((Name contains "${search_text}") OR ((Description contains "${search_text}") OR (FormattedID = "${search_text}")))
Use AND and OR to connect several filter clauses. If you have more than two clauses, use AND and OR to only connect two of them, see the Example Values column.
|
TEXT |
( (Field1 > "value1") OR ( (Field2 < "value2") OR ( (Field3 = "value3") AND ( Field4 contains "value4" ) ) ) ) |
Validate Configuration
Field | Description |
---|---|
Validate | Checks the connection to the Rally server. |
Copyright © 2012–2020 Micro Focus or one of its affiliates. All rights reserved.