Is it Possible to configure a Rally URL based on Dynamic Content?
search cancel

Is it Possible to configure a Rally URL based on Dynamic Content?

book

Article ID: 260441

calendar_today

Updated On:

Products

Clarity PPM SaaS

Issue/Introduction

We are trying to add a channel in Clarity PPM. We can configure the static Rally URL which takes us to the Home page of Rally, however we want the channel to land us on the specific rally item that has been synched with the project.

Environment

Release : 16.1.0

Resolution

This requirement is not feasible. We can configure a Static URL page of rally to the channel but not a Dynamic one which relies on the internal id of the object from Rally.

Clarity Channel can be configure with Dynamic content using the following attributes.

project id = ${_internalId}
projectCode = ${code}
project name =${name}
project manager =${manager}
logged in user =${_userId}
logged in user's internal user ID 5 million number=${_userInternalId}
logged in user's internal resource ID 5 million number=${_resourceInternalId}

In addition to the above attributes custom attributes of type Number & String can be referenced in the channel URL using their API ID's.