Forums

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

SQL query JIRA Boards / Status link

Janakiraman S
Contributor
July 4, 2018

Hi,

Is there a possibility to query the DB inorder to find associations between boards & statuses linked in column management of a board? If yes, pls suggest how. 

Thanks,

Janaki.

1 answer

0 votes
Earl McCutcheon
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 6, 2018

Hello Janakiraman,

This comes up quite often and Using SQL to identify the relationships of the issue data in relation to a board is quite complex, Nic sums it up really well in the following post:

Your best option is not using SQL queries as they're going to be different for every board, and change all the time.  Use the REST API instead, with something like *GET /rest/agile/latest/board/{Board_ID}/issue*   For a list of all the issues in the board

Additional details on the REST API can be found here

Regards,
Earl

Suggest an answer

Log in or Sign up to answer