Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to identify which project of a particular board ?

Yogita Patil November 13, 2019

I'm fetching a set of boards using this URL  http://mydomain:port/rest/agile/1.0/board
But, I'm not able to map those boards with Projects.

1 answer

1 accepted

0 votes
Answer accepted
Nir Haimov
Community Champion
November 14, 2019

Use 

 http://mydomain:port/rest/agile/1.0/board/{boardId}/project

Returns all projects that are associated with the board, for the given board Id. A project is associated with a board only if the board filter explicitly filters issues by the project and guaranties that all issues will come for one of those projects e.g. board's filter with "project in (PR-1, PR-1) OR reporter = admin" jql Projects are returned only if user can browse all projects that are associated with the board. Note, if the user does not have permission to view the board, no projects will be returned at all 

Yogita Patil November 14, 2019

Thanks @Nir Haimov 

Suggest an answer

Log in or Sign up to answer