Skip to content

Rational Team Concert Work Items - Steps

Steps

Steps

Process steps in the RTC Work Items plug-in

Add Comment

Add Comments from the current changelog to matching RTC work items.

NameTypeDescriptionRequired
Add Changelog CommentsBooleanInclude comments from the changelog.Yes
Additional CommentStringAny additional text to be added to the RTC work item comment in addtion to the commit comment.No
RTC RepositorySelect RTC Repository to connect to.Yes

Change Work Item Status

Update the status of RTC work items. *Note* If updating multiple work items it is possible that some may be updated within a Failed step if they occurred before the execption was thrown.

NameTypeDescriptionRequired
ActionStringThe action to be performed on the work item(s).No
New StatusStringThe new state for the work item(s). (Will not be used if Action is given.)No
RTC RepositorySelect RTC Repository to connect to.Yes
Work Item IdsStringA comma separated list of Ids of the defects or tasks for which the state should be updated. Use ${p:buildlife/issueIds} to update all issues in the current build life.Yes
Work Item TypesStringA comma separated list of work item types that will be effected. Leave blank for all.No

Publish Work Item Report

Create a report of RTC work items from the build lifes changelog on the build life.

NameTypeDescriptionRequired
RTC RepositorySelect RTC Repository to connect to.Yes
Work Item Id PatternStringThis is a regular expression to locate RTC work item Ids within changelog comments. You may add ()s around the portion of the pattern which identifies the actual Issue Id. The pattern DE[0-9]+ would match (returning the same string as issue ids) DE1 and DE932415, but not match DEa, DE, or DE.1The pattern Issue:[(DE[0-9]+)] would match Issue:[DE1] using issue Id DE1.No

Roles in the RTC Work Items plug-in

The plug-in adds these roles automatically to resources. You cannot add these roles manually.

Automation

NameTypeDescription
PasswordPasswordThe password to be used to connect to the RTC Server. Either Password or Password Script is required.
Password ScriptStringIf you wish to use a script or property lookups for your password, leave the Password field blank and enter it here.
Project NameStringThe name of the RTC project
RTC Server URLStringThe URL of the RTC server like https://myserver:9443/jazz
User NameStringThe user name to be used to connect to the RTC server.