Questions tagged [ibm-jazz]

IBM® Rational® Jazz® is a collaborative software development tool that helps teams to manage all aspects of their work

IBM® Rational® Jazz® is a new technology platform for collaborative software delivery. Uniquely attuned to global and distributed teams, Jazz is designed to transform how people work together to build software, making software delivery more collaborative, productive, and transparent. You can think of Jazz as an extensible framework that dynamically integrates and synchronizes people, processes, and assets associated with software development projects.

Jazz products are being built in a completely transparent manner on jazz.net. Jazz.net is our transparent development laboratory where you can see Jazz engineers utilizing a range of Jazz tools to build the next version of our products. Jazz.net is also the place where you can ask questions directly of the development community, submit defect and enhancement requests and track these requests through Jazz dashboards, and find out what we are planning for the next release. We invite you to join the community, download the latest software, and contribute your ideas.

The Jazz platform enables collaboration among business stakeholders, subject matter experts, and any one who plays a role in the successful delivery of software – not just software professionals. This represents a transformational leap in the value of software delivery teams because they can now make software a focal point for driving innovation across the enterprise.

See: http://www-01.ibm.com/software/rational/jazz/

110 questions
2
votes
1 answer

Domino/Notes Source control with rational Jazz

I would like to know if its possible with the new source control possibilities since 8.5.3 if we could use Rational Jazz as the source control environment.
2
votes
0 answers

How to: TFS Integration with Rational Quality Manager and Rational Requirement Composer

I am working on an integration approach for integrating Rational (IBM Jazz) Quality Manager (RQM) and Requirement Composer (RRC) with TFS. As the teams are moving from ClearCase to TFS, what we are looking at is still being able to manage the…
Kangkan
  • 15,267
  • 10
  • 70
  • 113
1
vote
1 answer

Error CRRTC8550E when loading new repository workspace to sandbox

Using Rational Team Concert (aka Jazz source control), when loading a new repository workspace to a sandbox I am encountering error CRRTC8550E, and the resulting sandbox is incomplete. I am using Windows 10, Visual Studio 19 and the RTC plug-in for…
Paul R
  • 208,748
  • 37
  • 389
  • 560
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

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

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

How Do You Find AttributeID for Custom RTC Attributes?

If, for example, I have a custom attribute for my work tickets called "SuperAttributeValue", how do I figure out what to put in place of [attributeId] given the below statement from Jazz' instructions? I've tried putting in "SuperAttributeValue" as…
CodeMonkey
  • 1,795
  • 3
  • 16
  • 46
1
vote
1 answer

Always Getting an HTML in Response from RTC

It seems like the RTC server doesn't like my url request. I can essentially add whatever I want after the "host" part of the url and get the same result. So I'm guessing something about what I've got is wrong. Following the answer from my previous…
CodeMonkey
  • 1,795
  • 3
  • 16
  • 46
1
vote
1 answer

Sonarqube RTC integration and capability

I want to integrate RTC with sonarqube, requirement to do the same is to check the code with sonarqube and on successful result only it should get delivered to server. As of now I have installed sonar server on my machine with JAZZ RTC plugin. Now…
1
vote
1 answer

List of changed components in a workspace snapshot

Using the "scm.exe" utility commands, it is possible to list the changed components using snapshot UUID? I can get list of components, and I can get list of changes But really can't find a way to get "list of changed components" within a given…
Marshal
  • 6,551
  • 13
  • 55
  • 91
1
vote
0 answers

Monitor API hits queries on a RTC server and kill them after a timeout

I'm using RTC plain java library to make an API call to the Jazz server to fetch components, projects, etc. Is there any way to monitor the database queries triggered on the server-side either through UI or by using any tool and kill them after a…
1
vote
2 answers

Is there a way to ignore temporary folders in RTC client?

I have temporary files created in separate folders inside my source tree which I would like to ignore. Something like: project/ |--component/ |--.jazzignore |--file.src |--file-9df29e29373e66caef72/ |--file.src.tmp I…
Dmitry Grigoryev
  • 3,156
  • 1
  • 25
  • 53
1
vote
2 answers

Expose On Prem Git Server to Internet

We use Rational Team Concert (SaaS) as ALM tool and we would like to use an on premises Git server for source control (https://git-scm.com). How can I access my on premises git server from a cloud software? Is there a way to configure a public url…
ksalgado
  • 143
  • 2
  • 7
1
vote
1 answer

Unexpected character "60" - Error trying to login to RTC java api

I am trying to login to RTC java api 6.0.2 using: TeamPlatform.startup(); repo = TeamPlatform.getTeamRepositoryService().getTeamRepository(repoUri); repo.registerLoginHandler(new ILoginHandler2() { public ILoginInfo2 challenge(ITeamRepository…