Skip to content

Process Steps

Add Comments

Add comments to Rally defects, tasks, and stories.

NameTypeDescriptionRequired
Api KeyPasswordThe Api Key to use as an authorization token in place of username/password to connect to the Rally Server.No
CommentStringThe text of the comment to add.No
Defect IDsStringA list of defect IDs, separated by commas, to add a comment to.No
PasswordPasswordThe password for the Rally server.No
Proxy HostStringThe proxy host name, if there is a proxy between the agent and the Rally server.No
Proxy PasswordPasswordThe proxy password, if there is a proxy between the agent and the Rally server.No
Proxy PortStringThe proxy port number, if there is a proxy between the agent and the Rally server.No
Proxy UsernameStringThe proxy user name, if there is a proxy between the agent and the Rally server.No
Rally Base URLStringThe Rally server URL. For example: https://trial.rallydev.comYes
Rally VersionStringThe version of Rally web services that your Rally server supports. For example: 1.16Yes
Rally Workspace NameStringThe Rally workspace to use.Yes
Task IDsStringA list of task IDs, separated by commas, to add a comment to.No
User NameStringThe user name for the Rally server.No
User Story IDsStringA list of user story IDs, separated by commas, to add a comment to.No

Change Rally Artifact Property

Update a Rally artifact property.

NameTypeDescriptionRequired
Api KeyPasswordThe Api Key to use as an authorization token in place of username/password to connect to the Rally Server.No
Artifact IDsStringA list of artifact IDs, separated by commas, to update.Yes
New ValueStringThe new values for the artifact properties. Specify one value for all artifacts or a comma-separated list of values, where the number of values matches the number of artifact IDs. If the artifact is an option list in Rally, then the value must match one of the options exactly. This field is case sensitive.Yes
Object TypeStringSpecify a list of the type of artifacts to update, separated by commas. The artifact types must match the types in the Rally REST API documentation at <Rally_server_URL>/slm/doc/webservice/index.jsp, where <Rally_server_URL> is the Rally url such as https://trial.rallydev.com. Artifact types include Task, Defect, HierarchicalRequirement, and so on.Yes
PasswordPasswordThe password for the Rally server.No
PropertyStringThe property to update. This field is case sensitive, and must match the documented Rally property name.Yes
Proxy HostStringThe proxy host name, if there is a proxy between the agent and the Rally server.No
Proxy PasswordPasswordThe proxy password, if there is a proxy between the agent and the Rally server.No
Proxy PortStringThe proxy port number, if there is a proxy between the agent and the Rally server.No
Proxy UsernameStringThe proxy user name, if there is a proxy between the agent and the Rally server.No
Rally Base URLStringThe Rally server URL. For example: https://trial.rallydev.comYes
Rally VersionStringThe version of Rally web services that your Rally server supports. For example: 1.16Yes
Rally Workspace NameStringThe Rally workspace to use.Yes
User NameStringThe user name for the Rally server.No

Change Status

Update the status of a Rally defect

NameTypeDescriptionRequired
Api KeyPasswordThe Api Key to use as an authorization token in place of username/password to connect to the Rally Server.No
Defect IDsStringA list of defect IDs to update, separated by commas.No
New StateEnumeration: Submitted, Open, Fixed, ClosedThe new state for the artifacts.Yes
PasswordPasswordThe password for the Rally server.No
Proxy HostStringThe proxy host name, if there is a proxy between the agent and the Rally server.No
Proxy PasswordPasswordThe proxy password, if there is a proxy between the agent and the Rally server.No
Proxy PortStringThe proxy port number, if there is a proxy between the agent and the Rally server.No
Proxy UsernameStringThe proxy user name, if there is a proxy between the agent and the Rally server.No
Rally Base URLStringThe Rally server URL. For example: https://trial.rallydev.comYes
Rally VersionStringThe version of Rally web services that your Rally server supports. For example: 1.16Yes
Rally Workspace NameStringThe Rally workspace to use.Yes
User NameStringThe user name for the Rally server.No

Create Defect

Create a defect in Rally.

NameTypeDescriptionRequired
Api KeyPasswordThe Api Key to use as an authorization token in place of username/password to connect to the Rally Server.No
Defect DescriptionStringThe description of the defect.No
Defect NameStringThe name of the defect.Yes
EnvironmentEnumeration: Development, Test, Staging, ProductionThe environment of the defect.No
Found in BuildStringThe build where the defect was found.No
PasswordPasswordThe password for the Rally server.No
PriorityEnumeration: Resolve Immediately, High Attention, Normal, LowThe priority of the defect.No
Project NameStringSpecify a Rally project key to create a defect for the project, and not for a specific user story. You must specify a project key or a requirement key in the User Story ID field.No
Proxy HostStringThe proxy host name, if there is a proxy between the agent and the Rally server.No
Proxy PasswordPasswordThe proxy password, if there is a proxy between the agent and the Rally server.No
Proxy PortStringThe proxy port number, if there is a proxy between the agent and the Rally server.No
Proxy UsernameStringThe proxy user name, if there is a proxy between the agent and the Rally server.No
Rally Base URLStringThe Rally server URL. For example: https://trial.rallydev.comYes
Rally VersionStringThe version of Rally web services that your Rally server supports. For example: 1.16Yes
Rally Workspace NameStringThe Rally workspace to use.Yes
SeverityEnumeration: Crash/Data Loss, Major Problem, Minor Problem, CosmeticThe severity of the defect.No
StateEnumeration: Submitted, Open, Fixed, ClosedThe state of the defect.Yes
Submitted ByStringThe name of the defect submitter. This name must match a user name in Rally.No
User NameStringThe user name for the Rally server.No
User Story IDStringSpecify a Rally user story to create a defect for a specific user story. You must specify a user story ID or a project key in the Project Name field.No