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

What's the distinction between a defect and a task in Rational Team Concert?

Both theses work items seem (at least to me) to be interchangable, with the possible exception that work items may be usable for non-defect changes (such as new functionality). Is that all there is to it, or is there some more fundamental difference…
paxdiablo
  • 854,327
  • 234
  • 1,573
  • 1,953
0
votes
2 answers

How Would BDD Effect an Application's Efficiency?

I'm contemplating using BDD for a personal project of mine. However, it is a video game (a bio-sim game at that, coded in C# with XNA) and I'm not sure that the modularity BDD enforces would be beneficial in terms of run time. Basically, the user…
Philip Guin
  • 1,452
  • 15
  • 21
0
votes
0 answers

How to find work item change sets details plain java api?

I am using the below code and it returns number of track change links and I am sure it contains change set also But I am not able to find the correct api to get that data. Please help IReference reference =…
Rinkal Garg
  • 173
  • 9
0
votes
0 answers

Django- Concurrent request handling with db.sqlite3 models, need best approach

I have developed my first Django web app which pulls data from RTC and displays content in the dash board. I'm storing the data in to sqlite3 DB and from there fetching the data on to the web page. As this data will get changed frequently, I want to…
Jay
  • 1
0
votes
1 answer

RTC OSLC query to filter only tasks from workitem

How to filter workitems by tasks in OSLC api, I've tried the following queries but none of them is…
MukeshRKrish
  • 1,040
  • 5
  • 14
0
votes
0 answers

How to create roport in RTC using BIRT on entered data weekly/monthly manner

I am new for birt,my problem statement is that,when users add value in particular attribute in RTC work item daily ,then take sum of those all values and show the result on weekly/monthly manner in report using birt Can anyone have any idea on the…
0
votes
1 answer

Is it possible to connect IBM DevOps services with my RQM?

I want to use my Rational Quality Manager (RQM) in connection with a project I've created on IBM DevOps services with the Track&Change feature enabled. Is it possible to set up cross-server communication between the hosted RTC and Rational Quality…
0
votes
0 answers

Automating IBM RTC with UFT

we are creating tasks and linking them with parents in IBM RTC. we automated this process through RTC. There is a drop down arrow from which we select an option to set the parent. The problem is the script clicking drop down arrow correctly for…
MNK
  • 1
0
votes
1 answer

Track and Plan adding iterations in Bluemix DevOps

I am the project owner and I need to add iterations since the project has been extended. I get a permissions error when editing the timeline via Track and Plan Dashboard -> Plans -> Iterations. Is there another way to add iterations? As a project…
Joe Herman
  • 21
  • 4
0
votes
1 answer

How to fetch stream names from different Project Area in Rational Team Concert using lscm.bat?

I am using the following command to get a list of streams. lscm.bat list streams -m 2500 -r https://intranet:9443/ccm1/ The problem is that it returns names of streams only from one project area. I am sure that the total number of streams across…
A j
  • 1,069
  • 2
  • 16
  • 29
0
votes
0 answers

Quickblox - How to notify app when get income audio/video call, android platform?

I have followed this official demo http://quickblox.com/developers/Sample-webrtc-android. I make a call from A to B. But if B is in SettingsActivity B can not receive the call. Wherever not in CallActivity, app in background, or do not open B can…
Tri Ngo Minh
  • 145
  • 1
  • 9
0
votes
2 answers

how to get the data in url using groovy code?

i want to get defect id from the url using groovy code (To build custom code in tasktop). for example: I will have an dynamic url generated say www.xyz.com/abc/defect_123/ now I want to retrieve that letter that always starts from 17th position.…
0
votes
1 answer

programmatically load repository workspace components into local workspace

i'm retriving my repository workspace programatically with this snippet: IWorkspaceManager workspaceManager = SCMPlatform.getWorkspaceManager(teamRepository); IWorkspaceSearchCriteria wsSearchCriteria =…
Martin Frank
  • 3,445
  • 1
  • 27
  • 47
0
votes
2 answers

Unable to implement Rational Team Concert (RTC) plain jars to create work items via REST API calls from a WebSphere Server Application

When trying to integrate RTC plain jars into a customized WebSphere server application, exception occurred at below code line. this.teamRepository = TeamPlatform.getTeamRepositoryService().getTeamRepository(this.repositoryURI); Exception: [12/2/15…
Ruifeng Ma
  • 2,399
  • 1
  • 22
  • 40
0
votes
1 answer

How to compare 2 Enterprise Architecture projects .eap?

I am using Enterprise Architecture (EA)12. I came across the situation where I want to compare the projects. Can we create a baseline for EA, do we have the option to compare the EA projects? Thank you in advance.
np2807
  • 1,050
  • 15
  • 30