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
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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.