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
7
votes
2 answers

How to review code that was submitted to me in RTC with "submit for review" feature?

I'm using RTC, my friends submitted their change sets for review, and I'm the reviewer. I can't find their change sets anywhere.
vlad-ardelean
  • 7,480
  • 15
  • 80
  • 124
5
votes
1 answer

How to login to RQM using REST API?

I'm trying to communicate with IBM Rational Quality Manager server using its REST API. I'm using RESTClient browser plugin, and while the browser is logged in, everything works as expected. For the record, my requests look…
Dmitry Grigoryev
  • 3,156
  • 1
  • 25
  • 53
4
votes
4 answers

Does Bluemix devops build pipeline support java 8 apps?

Given the Bluemix announcement that java 8 is supported. What do I need to do to get my java 8 app compiling in the IBM Bluesmix build pipeline (jazzhub build and deploy). I have set the java8 environment variable and restaged the app using the…
4
votes
2 answers

how to get Original logged version of a RTC workitem

how to get Original logged version value of a RTC workitem. not the current version but the original version against which RTC item is logged. Suppose current version is 2.0 but the original RTC item is logged against 1.0 . I need the last value…
Tom
  • 41
  • 3
3
votes
0 answers

JazzCash Wallet Integration (V4 - Recurring Payments)

Here is the documentation of JazzCash Recurring payment https://sandbox.jazzcash.com.pk/SandboxDocumentation/v4.2/ApiReferences.html#wa. I have checked the document in detail but there is no URL provided for any api in documentation. Anyone please…
3
votes
0 answers

Connect to RTC jazz server using the java and retrieve the work items

Our organization uses an RTC server to maintain all the work items. I need to develop a java client and connect to the jazz server [https://:9443/ccm/] and retrieve the RTC items. Please let me know if there are any java api's to connect to the…
3
votes
1 answer

Eclipse , Gradle , Lombok : lombog config not read while connected to RTC

I have simple gradle project in Eclipse ( neon ) that uses Lombok. Lombok is installed properly in Eclipse (version 1.16.16). The project works fine and reflects the contents from configuration file ( lombok.config) as long as the project is not…
Jimmy
  • 2,589
  • 21
  • 31
3
votes
1 answer

SQL - Representing SUM's after using CASE to transform STR -> INT

I am sorry for what may be a long post in advance. Background: I am using Rational Team Concert (RTC) which stores work item data in conjunction with Jazz Reporting Service to create reports. Using the Report Builder tool, it allows you to write…
JakeTuero
  • 75
  • 1
  • 1
  • 6
3
votes
1 answer

SonarQube blame information for Jazz RTC contains comma in username

I am attempting to connect a new SonarQube (5.6 LTS) instance to my client's Jazz repository (with version 1.1 of the Jazz plugin) and have run into an interesting snag. The Jazz users are connected using the corporate AD and the usernames returned…
nickstance
  • 31
  • 2
3
votes
1 answer

Is it possible to integrate IBM RTC Advisor fields to JAXB

I'm working on IBM RTC Advisors, based on a Workshop provided in http://jazz.net. Now I´m trying to port the xsd document provided in their OSGi module to annotations+jaxb. That´s part of the XSD:
3
votes
2 answers

how can I read history from RTC workItem jazz

how can I read history from RTC workItem. I want to check some attribute change and its value before and after change form history. By jazz API. how its is possible? Please help .
Tom
  • 132
  • 2
  • 11
3
votes
2 answers

How to get ChangeSet(All files changes) from IWorkItem item by Program

How to get ChangeSet(All files changes) from IWorkItem item by Program. I want a list contains all the files that got change for a RTC. how can I achieve this?
Tom
  • 132
  • 2
  • 11
3
votes
1 answer

discard change set from workspace

I am completely new using RTC so please, I need an answer as simple as possible. I recently accepted a change set from another team member and I need to discard the change set from my workspace. My problem here is that the change set I accepted was…
robasc
  • 307
  • 1
  • 5
  • 15
3
votes
1 answer

How to create a repository workspace which contains all of the components of a stream using scm tool?

I'm attempting to automate the updating of a file in a stream using 'scm' Here is how I think it should work : Login to the repository as current user (me) Create a new repository workspace which contains all of the components of a given…
blue-sky
  • 51,962
  • 152
  • 427
  • 752
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
1
2 3 4 5 6 7 8