Questions tagged [rational-team-concert]

Rational Team Concert is a complete Application Lifecycle Management (ALM) suite, offered by IBM. RTC combines activities such as Source Control Management, Work Item Tracking, Project Management, Build Management, and Reporting into a single product with integration points to the Eclipse Java IDE as well as the Visual Studio IDE.

Built on Jazz, Rational Team Concert is a complete Application Lifecycle Management (ALM) suite, offered by IBM. RTC combines activities such as Source Control Management, Work Item Tracking, Project Management, Build Management, and Reporting into a single product with integration points to the Eclipse Java IDE as well as the Visual Studio IDE.

Product information:

198 questions
1
vote
1 answer

Jazz RTC Java API: How to list Components owned by a Project Area

I am working an automation for IBM Rational Team Concert (IBM aka Jazz RTC). How may one a list all components owned by a specific project area? Which are the required API calls? I could not find any getters in the IProjectArea instance, nor service…
Daniel Ferber
  • 301
  • 1
  • 7
1
vote
1 answer

Jazz RTC Java API: How to find a Project Area by name

I am working an automation for IBM Rational Team Concert (IBM aka Jazz RTC). The java/groovy script receives the project area name and needs to retrieve information about the project area, represented by an IProjectArea instance. Which are the…
Daniel Ferber
  • 301
  • 1
  • 7
1
vote
0 answers

creation of a button in RTC GUI

When I create a snapshot in rtc I would like this to be able to be verified before saving it. So I would like to include a "verify" button in the GUI so that I can verify some characteristics of the snapshot such as whether the snapshot is scoped to…
1
vote
0 answers

IBM RQM: execute/run the test case execution record (TCER) via POST operation using REST API

We are planning to create the test cases drafted in Excel file using RQMExcelWordExport tool . It is a tedious task to manually update the test case execution result status. Also, it is quite difficult to do a retrospection of the execution history…
Sujata Yadav
  • 11
  • 1
  • 4
1
vote
0 answers

API to Get Baseline and history information of a file in rtc

I am trying to fetch the baseline information of a file, is there any API to fetch baseline information of a file?
1
vote
0 answers

How to pass workitem id of RTC tool to web application in java

I have created a web application using jsp servlet and integrated with IBM RTC work items by providing static link of web application. I have to pass RTC Work item id to web application at runtime. So whenever user click on the static link of…
Pallavi
  • 29
  • 3
1
vote
0 answers

Control triggering of build jobs in RTC

In case of automatic triggers : Let’s assume IBM-RTC triggers jobs automatically based on schedule in Node A via Jenkins. Questions: Is there any mechanism / plugin to detect the Node A availability & trigger job only when Node is available ? If…
1
vote
0 answers

Multiple jobs in Jenkins are triggering after code delivery in RTC work stream

I have a work stream in which, I have multiple projects (Components) and for each project i have created a separate jobs in Jenkins. I am looking the solution for my issue, First i will explain the scenario of my work stream. Explanation of RTC work…
zakmail007
  • 165
  • 1
  • 1
  • 4
1
vote
1 answer

Is there anyway to connect IBM RTC and Spring tool suite 4 IDE?

I have IBM eclipse to load code from RTC, but i'm comfortable with working in STS. If there is any plugin to connect IBM RTC from STS would be great to commit code. I tried all the way, it all suggests for Eclipse IDE. Anyone has any idea about this…
1
vote
0 answers

Accepting selective folders from a component in RTC using command line

I have an RTC (IBM Rational Team Concert) Stream, call it as "ABCStream" within that stream I have folder like 'A', 'B' ,'C' and there could be nested folders within A or B or C folder. ABCStream |-------A |-- other Subfolders …
NaiveCoder
  • 957
  • 3
  • 14
  • 34
1
vote
0 answers

RTC Python SSLv3

I am investigating if we can use IBM RTC API to create workitem, get workitem, etc using python scripting. I came across python library "rtcclient" which can achieve the required tasks however I am unable to use it since I get error as "SSLV3…
1
vote
1 answer

Error during saving build definition on RTC using jenkins

I am using Jenkins version 2.222.1 with EWM version 7.0 (Formerly known as RTC). When I am trying to save a build definition created in RTC I am getting this error. I have checked the test connection was successful while creating build engine in…
1
vote
1 answer

RTC Work Ticket Failing Creation - 'Owned By' Attribute Needs to be Set

I'm trying to generate a Build Ticket in RTC via a post to our Jazz server. When I do, I'm always met with the error that I need to set the 'Owned By' attribute. As far as I can tell from documentation, dcterms:contributor is the owner. I've tried…
CodeMonkey
  • 1,795
  • 3
  • 16
  • 46
1
vote
0 answers

How to get uuid of project area dynamically

I am using window.parent.location.href by which i am able to achieve the current page(https://stackoverflow.com/questions/ask) complete url but my intention is to get the uuid of that page which is present in other url i.e…
1
vote
0 answers

how to concatenate two string and pass in url in ajax call

I am have one doubt , here is what i am trying out var widgetlink=(window.parent.location.orgin).toString(); //https://www.ajaxcall.com $.ajax({ url :…