Rally - Query help in Custom chart App
search cancel

Rally - Query help in Custom chart App

book

Article ID: 402023

calendar_today

Updated On:

Products

Rally SaaS

Issue/Introduction

Is it possible to include a Query in the Custom Chart App, a variable that collects the Release, milestone info on which make a query that is selected in the drop-down menu.

Environment

Rally SAAS

Cause

Configuration Help in Custom Chart App

Resolution

Here are some of the Query examples that can be used to filter the artifacts in a Custom Chart App settings.

  1. (WorkProduct.Release.ObjectID != null)
  2. (Release.Name = "Test for Burndown")
  3. (Milestones.Name = "Test for closed projects")