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

Is there any way to connect to Rational Team Concert with Perl?

I'm using a Perl environment and trying to connect to a Rational Team Concert server to manage items and files. Right now the only alternative I have seen is a java pseudo API to connect to their services. This is like my last option and the…
user565793
  • 33
  • 4
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

SonarLint 2.5 on Eclipse, analyze changes in jazz SCM

I'm using Eclipse Oxygen with RTC plugin (on Windows 7), which provides integration to Jazz SCM. After installing SonarLint 2.5.0, I have tried to analyze changed files by doing: right click on project -> sonarlint -> analyze changed files But…
josmaf
  • 148
  • 1
  • 9
2
votes
0 answers

bluemix service creation timing out in DevOps Services

With Bluemix DevOps Services I want a deploy script that will always create a new service instance (for example I am deploying to QA stack). My deploy script looks something like this: echo "Deleting app ${CF_APP}" cf delete "${CF_APP}" -f -r if cf…
jimc
  • 41
  • 5
2
votes
1 answer

Git - Hide part of remote url

I am working on a private repo hosted on IBM-jazz. First, when I wanted to clone this repo, I had to type the following command: git clone https://user_name:password@hub.jazz.net/git/repo_owner/repo_name When doing: git remote show origin It…
Omar Lahlou
  • 1,000
  • 9
  • 33
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
0 answers

How to directly query workitem History in RTC using Java API

I want to get workitems by querying RTC based on workitem's history, after specific date and time. Something like this: IQueryableAttribute recAttr1 = factory.findAttribute(projectArea, IItem.HISTORY_PROPERTY, auditableClient, null…
Neha S
  • 283
  • 1
  • 3
  • 17
2
votes
1 answer

How to get History data of workitem using RTC Java API

Basically I want to read History of workitem to identify whether the workitem is being modified (I am aware that I can use modifiedDate to query records but it is not considering timestamp. Details How to get workitem based on modified date and time…
Neha S
  • 283
  • 1
  • 3
  • 17
2
votes
1 answer

How to get workitem based on modified date and time using RTC Java API

I want to query RTC with modified date. My query is to check modified date is same as given date and time but the response that I am getting is based on given date and it is ignoring time. Response: Queried Date: 08/07/2015 15:44:09 Id: 2583…
Neha S
  • 283
  • 1
  • 3
  • 17
2
votes
1 answer

Continuous Deployment with Bitbucket and Jazzhub

How do I do Continuous Deployment with a private Bitbucket git repo on Jazzhub (IBM Bluemix)? I've already tried: https://developer.ibm.com/answers/questions/27490 However it doesn't work in a Continuous Deployment way. I made some research…
2
votes
2 answers

How to link Bluemix Liberty for Java to jazzhub git repo?

In the Bluemix dashboard I created a Liberty for Java app and added a git repository to it. A helpful team member removed this original app. Our code is still available under the jazzhub repository and it looks like I can still deploy to other…
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