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
2
votes
1 answer

Keep same component in different streams in-sync in Rational Team Concert

We have a Client/Server-project where there are three components: Client Server BaseLibrary Both client and server reference to the BaseLibrary. Therefore I created two streams: Server Stream includes components Server and BaseLibrary Client…
2
votes
1 answer

Why is the rtcclient `getWorkitem()` for IBM RTC HTTP GET request returning incorrect response?

I am trying to use the rtcclient Python package to authenticate and retrieve work items from my IBM RTC board. Specifically my goal is to run this command without errors: myclient.getWorkitem("202007") where 202007 is the id of an 'epic'…
POVR2
  • 87
  • 10
2
votes
0 answers

How to Find Desired Enumeration via Jazz Queries?

I need to either be able to obtain the list of options (with text values) for an enumeration and/or to search for the enumeration/url by a particular value. I can't seem to do either. To obtain the links to users I was able to query work items for a…
CodeMonkey
  • 1,795
  • 3
  • 16
  • 46
2
votes
2 answers

RTC Authorization Always Failing

(using C#) I'm trying to authenticate but it always comes back failed. I know my username and password are correct. We may be using OSLC 1.0 if that matters. I'm not sure but I see it a couple times in the services.xml file. The website I'm getting…
CodeMonkey
  • 1,795
  • 3
  • 16
  • 46
2
votes
1 answer

RTC Simple ID Query Results in 404?

I'm trying to simply "find" an RTC ticket by ID and it's telling me 404 not found. Maybe I'm supposed to be replacing _ggTXcJdTEeCznlnpJMXHdQ with something? Or jazz or oslc or contexts or the http://purl.org/dc/terms/? I have no idea what's…
CodeMonkey
  • 1,795
  • 3
  • 16
  • 46
2
votes
0 answers

New RTC stream from existing baseline / Truncate history

We're trying to migrate RTC to Git with tons of change sets which takes too long. While we can use a flavor of RTC2GIT with a baseline starting point, I also want to try a migration from a new RTC Stream that has been created without all the old…
Isaac
  • 21
  • 2
2
votes
0 answers

MSBuild DeployOnBuild=true ignored for C# WCF service to file share

I know there are quite a few of these "DeployOnBuild=true is being ignored" posts that pop up, and none of the posts I've found have solved my issue. I'm attempting to build and deploy a WCF service, written in C#, through our build RTC build…
2
votes
0 answers

Is it possible changeset is not associated to any of the component?

I am using RTC enterprise version 6.0.4. I am using rtc plain java api to retrieve all changesets for a component using IChangeSetSearchCriteria. Using the same api I can get all changesets in a server If I don't apply the component filter…
shiva
  • 730
  • 8
  • 25
2
votes
0 answers

RTC Difference between modified & lastChangeDate of a Changeset

I was going through the attributes of a changeset and I am having doubt in these 2 attributes : lastChangeDate : changeset last modified date until the changeset is not marked as 'Complete'. modifed : if we make any changes to a changeset even…
shiva
  • 730
  • 8
  • 25
2
votes
1 answer

Identifying the persons who delivered changesets to RTC, in Jenkins

Thanks for looking into my concern. We are implementing CI with Rational Team Concert(RTC) and Jenkins. As part of this, I want to send the build notifications only to the persons delivered changesets to RTC. Could you please help me with approaches…
Ras
  • 543
  • 1
  • 9
  • 25
2
votes
0 answers

Can't create workitem via webrequest in RTC

I'm trying to create a .NET web application integration with RTC, where I would insert new workitems using RTC change management services, as defined in this article (specifically in "Create a Change Request"). I was able to get the URL-to-be-used…
thiagoprzy
  • 411
  • 2
  • 8
  • 21
2
votes
1 answer

How to download a file from IBM Jazz revision control server using ant task?

I am very new to IBM Jazz, i have downloaded RTC-BuildSystem-Toolkit which includes eclipse plugin and ant build task definitions. My question is how to download/fetch a file from Jazz server? Do i have to use teamFetch anttask?
Ramu
  • 199
  • 2
  • 11
2
votes
1 answer

Trying to run test script using Rational Quality Manager

Machine : windows 7 Started : RQM command line adapter. When initiated test from RQM , I recieve Exit code 1 on the windows machine on which adapter was on. log file in RQM says: System error 5 has occurred. Access is denied. Bad file…
MikasaAckerman
  • 531
  • 5
  • 17
2
votes
1 answer

HttpWebRequest .GetResponse throws WebException 'The operation has timed out'

I've been working on a project which makes use of an RTC API and forms authentication. I've hit a bit of bizarre behaviour and I just can't figure this one out. The scenario that has played out to date is that I can successfully run this project…
Sulphy
  • 766
  • 2
  • 9
  • 29
2
votes
2 answers

Has anyone tried using Mvn Deploy to deploy to Rational Team Concert

I am experimenting the use of Rational Team concert to store our binaries and/or build artifacts. I am running a mvn deploy command to deploy my build artifacts to RTC. Although it recognizes the connection its throwing me a Http status code: 500…
neophyte
  • 53
  • 5
1
2
3
13 14