Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Query Jazz from 3rd Party Tool

 My customer is using both Jazz and Confluence.  They have some informational pages in Confluence they regularly use.  I would like to list some Epics / Stories that are in Jazz on this page (dynamically via a conditional query to Jazz).  I would like to then have those Epics / Stories clickable in Confluence so they are re-directed into Jazz.  What is the best way to query Jazz for these Epics / Stories?  I am not clear as to what REST services Jazz  has available and how to best implement them.  Note that these are both in a secluded enclave on-prem network installation.  Thanks!!!


0 votes



One answer

Permanent link

 I have recently worked with a team that needed to retrieve work item information and make it available to another tool/UI. I found that the easiest approach was to use an existing work item query in RTC/EWM and run that using this API: https://jazz.net/wiki/bin/view/Main/ResourceOrientedWorkItemAPIv2#Using_Stored_Queries 


The general flow would be to 
  • login
  • find the project areas
  • find the queries for the project area
  • get the query you want
  • run the query
  • get the work item information

You want to use accept headers text/xml. Part of the information you get back is the URI of the work item that you can use to open them.

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,940
× 480
× 201
× 85

Question asked: Mar 22 '21, 10:15 a.m.

Question was seen: 1,228 times

Last updated: Mar 22 '21, 10:47 a.m.

Confirmation Cancel Confirm