What is API REST call to get projects associated to a rapidboard?

Jean Bosco Mudereva May 14, 2013

What is API REST call to get projects associated to a rapidboard?

5 answers

0 votes
Markus Wissekal August 6, 2015

GET /rest/greenhopper/1.0/rapidviewconfig/editmodel.json?rapidViewId={BOARDID} and look for filterconfig -> query

0 votes
Jean Bosco Mudereva May 14, 2013

I guess the next question is: how do I get hold of the JQL behind a rapidboard?

0 votes
Jean Bosco Mudereva May 14, 2013

I guess the next question is: how do I get hold of the JQL behind a rapidboard?

0 votes
Jean Bosco Mudereva May 14, 2013

I guess the next question is: how do I get hold of the JQL behind a rapidboard?

0 votes
Timothy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 14, 2013

There is no actual project associated to a rapidboard. A JQL is associated with a rapidboard.

GET /rest/greenhopper/1.0/rapidview/list

This should list down all the rapidboards and the query object is what you're looking for.

Suggest an answer

Log in or Sign up to answer