What is the corellation between a Project and a rapid view id ?

Praveen Kumar March 10, 2016

Hi I am currently using http://jira.pearsoncmg.com/jira/rest/api/2/project/ url to get all project details and http://jira.pearsoncmg.com/jira/rest/greenhopper/1.0/rapidview/ to get all the rapid view id details

I am unable to find a correlation programmatically so that i can associate between the project and its rapid viewid.

Is there any way of achieving this ?

 

1 answer

1 vote
Phill Fox
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 10, 2016

An agile board ID is used to uniquely identify an agile board. As an agile board can be based on a project or a filter there is not a 1:1 correlation between projects and boards. Whilst an individual board can be linked to a single project it could just as easily be linked to multiple projects (or even just part of a project!)

If you review https://docs.atlassian.com/greenhopper/REST/cloud/#agile/1.0/board-getConfiguration this shows you the information on each board (Note that this is Agile REST rather than the older greenhopper REST API)

So looking at your URLs you should be able to see http://jira.pearsoncmg.com/jira/rest/agile/1.0/board/281/configuration which will tell you the details for board 281 in particular the filter ID that is used for this board.

Robert Massaioli _Atlassian_
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 10, 2016

Exactly, there can be more than one project worth of issues being pulled into a board. Which means that there is no mapping from project to rapid board.

Phill Fox
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 11, 2016

And (for the sake of clarity) there can be more than one board per project. 
For example you may have a Kanban board dealing with incidents and problems whilst having a Scrum board dealing with regular development. 

Kiron
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.
October 13, 2016

Is there a way to get the rapidBoardId from JIRA issue key?

Like # people like this

Suggest an answer

Log in or Sign up to answer