xebialabs-community / xlr-rally-plugin

Rally plugin for XL Release
MIT License
0 stars 4 forks source link
agilecentral rally xl-release

XL Release Rally plugin

Preface

This document describes the functionality provided by the xlr-rally-plugin.

See the XL Release Documentation for background information on XL Release and release concepts.

Build Status Build Status License: MIT Github All Releases xlrtdk

Overview

The xlr-rally-plugin is a XL Release plugin that allows to integrate XL Release with Rally.

Requirements

Installation

Task Types

Configuration

First, you need to add an entry in the Configuration section with information on how to connect to your Rally instance:

Configuration

For URI, make sure to use something like rally1.rallydev.com (without http or https)

Usage

The next step is to add the whatever Rally task(s) you need in your release template (see above Task Types). For example:

Configuration

Properties

Properties depend on the object you're creating or updating. Each object type has it's own set of properties. Note, properties are defined in the following format:

{ "State":"In-Progress", "Description":"My Description" }

The 'key' ("State" in this example) is the name of the property. The 'value' ("In-Progress" here) is the desired value. Multiple key-value pairs are separated by commas. Check the Rally Object Model reference available in the Rally Help menu for more information.

In the example above the Task TA3 has been updated with a new description and it's state has been progressed.

Execution

Rally object reference

When you see a reference to 'Formatted Id', this is the Rally object ID prefixed with the object type. Below are common Rally object types and their associated code. To create a 'Formatted Id', enter \<code>+\<the id number>. For example, a User Story Id might be 'US12345'.

Defect
Defect Suite
Iteration
Task
Test Case
User Story

Query Status

QueryStatus

Rally Tile

This tile can be used to capture rally records based on a query

Tile Configuration

Configuration

Tile Preview

Configuration