Questions tagged [oslc]

Open Services for Lifecycle Collaboration, or OSLC, is a standard for lifecycle integration for large software projects.

Open Services for Lifecycle Collaboration, also known as OSLC, is a standard for lifecycle integration to help manage large software projects over their entire duration.

51 questions
6
votes
2 answers

How can i integrate MATLAB with Eclipse

I am new to the topic of OSLC integration. I have few questions in my mind. How to know that tools supports OSLC or not. Can i integrate MATLAB with Eclipse?
Chandan
  • 333
  • 1
  • 6
  • 14
3
votes
2 answers

How to get sprint or iteration details of a project in rtc jazz using OSLC

Can any one help me to get the list of iterations and sprints in that and workitems in that sprint using oslc or REST call
Muzammil Shareef
  • 199
  • 1
  • 11
3
votes
1 answer

IBM Jazz Team Server: Getting Changes from Changeset using OSLC

I am using the following query to retrieve the Changeset. OSCL Query: https://ibm.com:9443/ccm/resource/itemOid/com.ibm.team.scm.ChangeSet/_HFxrmiEbEeS7m-qENunxUw?_mediaType=text/xml Getting the following response:
user2530633
  • 393
  • 3
  • 6
2
votes
0 answers

How to construct rdf4j Model from oslc4j Domains using rdf4j?

I constructed org.eclipse.lyo.oslc.domains.qm.TestCase and want to transform it into rdf4j Model. Is there a way using rdf4j library? It should be equivalent to JenaModelHelper.createJenaModel(objects);
2
votes
1 answer

In OSLC4J, how can I add a property to a Resource which has seven associated properties?

I'm trying to work backwards from a Neo4j database to some equivalent OSLC AM resources. In this database, there are some nodes which have relationships to each other, and those relationships have attributes that don't belong to either of the nodes.…
Carl Burke
  • 71
  • 4
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
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
1 answer

How to write OSLC query where clause in Maximo Anywhere to evaluate somevalue < now()

I'm configuring Work Execution. The Work Order History query that is called when retrieving past work orders for assets or locations is open-ended. Consequently, several thousand rows are retrieved each time and the application times out. I can…
2
votes
1 answer

Maven Jetty plugin compatibility issue

I'm trying to build the example project in this web page: http://open-services.net/resources/tutorials/integrating-products-with-oslc/running-the-examples/ Everything builds ok but when launching project Ninacrm (last step) I'm getting an…
m.dorian
  • 489
  • 1
  • 6
  • 24
2
votes
1 answer

How to get the history of a jazz component using oslc

I have retrieved the component details using .com/ccm/resource/itemOid/com.ibm.team.scm.Component/_C8OiATcYEeORAOTpOLW3QQ/?_mediaType=text/xml then retrieved baseline from above output "" using…
Muzammil Shareef
  • 199
  • 1
  • 11
1
vote
1 answer

Get desired Module and add artifacts in it using OSCL + JAVA

I am new at OSLC + JAVA framework. Currently I am trying to add some artifacts in particular module. So I need to fetch that module and add new artifact in it. As a part of POC currently I am able to add base artifact in some folder by setting that…
Ram
  • 233
  • 1
  • 17
1
vote
1 answer

Why doesn't CQ run OSLC requests paralley?

I run some jenkins job parallely . Each job sends an OSLC API request to ClearQuest webserver in same time. I recognize these requests are resolved sequentially instead of paralelly. Each request takes 5 seconds approx. Response times are: 1st…
1
vote
1 answer

Login to RTC using oslc and rest

I am new to Rational team concert. Please if anyone knows, can you help me how to login to rational team concert using oslc and rest API with so sample code Thanks.
Namrata
  • 41
  • 2
1
vote
0 answers

Get DOORS Attribute Type via LYO

I am trying to use LYO (org.eclipse.lyo.clients:oslc-java-client:2.4.0) to read requirements from DOORS via OSLC and parse them to ReqIF. I successfully manage to read out a Requirement object using this request: String requirementURL =…
Kira Resari
  • 1,718
  • 4
  • 19
  • 50
1
2 3 4