project with jira board

Suma Kustagi October 29, 2020

Hi ,

    Is there any way to find out ,like a project is associated with a board/boards.

In Project settings we do no have option to see. Can anyone help me out with this.

 

Regards,
Suma

1 answer

0 votes
Kurt Klinner
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 30, 2020

@Suma Kustagi 

 

Hi Suma

 

in case that you have access to the sql db you could think of quering AO_60DB71_RAPIDVIEW and searchrequest to get some details

 

select a.NAME,b.filtername,b.reqcontent from AO_60DB71_RAPIDVIEW a, searchrequest b where a.SAVED_FILTER_ID=b.id and b.reqcontent like "%PROJECTNAME%";

Futhermore the REST API could be utilised to get the data as well

 

https://docs.atlassian.com/jira-software/REST/7.3.1/#agile/1.0/board/{boardId}/project is the method you should have a look to

 

All the best

 

Kurt 

Suggest an answer

Log in or Sign up to answer