Questions tagged [rtc]

IBM Rational Team Concert is a software development team collaboration tool that integrates work item tracking, source control management, continuous builds, iteration planning, and highly configurable process support.

IBM Rational Team Concert is a software development team collaboration tool developed by the Rational brand of IBM and was first released in 2008.

The software is available in both client versions and a Web version. It provides software development teams with a collaborative environment in which they can manage all aspects of their work, such as plans, tasks, revision control, build management, and reports. It is highly configurable and adapts to the way the team want to work, enabling developers, architects, project managers, and project owners to work together effectively.

IBM Rational Team Concert is built on the Jazz Platform, an extensible technology platform that helps teams integrate tasks across the software life cycle.

Current version is 6.0.2 and was released in April 2016.

427 questions
2
votes
3 answers

How do I publish php source code to a local web server in rational team concert?

I'll be using RTC in the near future here at work. My question is: where does it put the files the team members will be working on? I understand that each programmer will work on the projects files and they will push the changes to the main…
Franklyn
  • 75
  • 1
  • 7
2
votes
2 answers

How to deploy React app to Prod and how to manage version control

Quick background: I'm a java web developer. I deploy my apps in EARs. I'm not familiar with how the build process works for the new JS frameworks like ReactJS. I have been using WebPack as a build tool but only in dev. I'm trying to keep up with the…
Jeremy
  • 21
  • 3
2
votes
0 answers

How to change RTC stream and component ownership using plain java api?

I need to change the ownership of components and stream. I am trying to find out any API for this. Please help. Here I have one code snippet with me but I don't know how it will work. IScmService scmService = null; IRepositoryItemService…
Rinkal Garg
  • 173
  • 9
2
votes
1 answer

RTC Contributing Link Type - shows in web UI but not eclipse client

I have contributed a link type to RTC using a plugin. The new link type now shows when I'm in the Web version on RTC but is unknown to the client. Has anyone experienced this before?
Stewie Griffin
  • 9,257
  • 22
  • 70
  • 97
2
votes
1 answer

How to find out if work item change set file item is newly added or modified?

I have some change set objects and I need to find out if the file in the change set is newly added or modified. below is the code I am using to fetch the change set: IChangeSetHandle changeSets = convertToChangeSetHandles(extracted); …
Rinkal Garg
  • 173
  • 9
2
votes
1 answer

How to get work item Id using link source Reference?

I am using the below code to fetch parent and children of the work item and I got link reference, Now I want to fetch the work item Id from object. Please help IReference reference = linkManager.referenceFactory().createReferenceToItem(workItem …
Rinkal Garg
  • 173
  • 9
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

How to get RTC work item attribute data using java API?

I am using below code and it returns some information about "Filed Against" attribute. But there I am not able to find attribute data. Please help IAttribute someAttribute= workItemClient.findAttribute(projectAreaHandle, workItem.CATEGORY_PROPERTY,…
Rinkal Garg
  • 62
  • 1
  • 10
2
votes
0 answers

Jenkins cannot find Jenkinsfile in Multibranch Project

I am configuring a multi-branch Jenkins pipeline using a Jenkinsfile at the root of the Project directory. Using the latest version of Jenkins 2.89.4. The build log follows: Started by user USERNAME Checking out teamconcert-URL Build Toolkit…
danielbker
  • 392
  • 1
  • 3
  • 21
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

ExpatError: not well-formed (invalid token) in rtcclient

As per doc, I am trying to extract workitems from RTC tool using rtcclient python package. I am using the following code snippet : from rtcclient.utils import setup_basic_logging from rtcclient import RTCClient setup_basic_logging() user =…
Harsha Biyani
  • 7,049
  • 9
  • 37
  • 61
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

Ansible integration with Rational Team Concert

We are working on bigdata and using RTC to check in our code. We are using Ansible to deploy our code which deploying the package from nexus to the target server. It also involves executing SQL scripts which are checked into RTC. My question is how…
Abhishek Somani
  • 473
  • 2
  • 6
  • 17
2
votes
1 answer

Automaticlly fetch changes on project opening ( IntelliJ Git)

Coming from world of Rational Team Concert (Eclipse), to other project that is on Git (IntelliJ) I'm trying to understand this: Eclipse (RTC) In RTC I was used to look in TAB (Pending Changes) under Incoming before coding - looking what other team…
Levijatanu
  • 371
  • 2
  • 17