How to get the jira issues and sprint value associated with it from JIRA database

mohit mathur July 15, 2015

Hi,

I'm using actually JIRA 6.3.12. My database is Mysql.

For reporting purpose I need to list all the issues and the sprint associated with the issues. 

I don't know how to link the issues with the sprint.  I'm trying to get issues and sprint from our MySQL db but I'm stuck in the association between the two. 

Any help will be greatly appreciated.

Regards,

 

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 15, 2015

Whydon't you  do it properly and use JIRA to do it.  JQL for "sprint = X" or use the sprint field on the issue navigator when searching.

If you're doing things in the database in JIRA, you're generally going to find it's harder, slower, less stable (the slightest upgrade could completely break anything you're doing) and quite often, wrong, because you often find people don't really understand the data well enough.

 

Could you explain the actual purpose of what you're doing instead of the broken approach to doing it?

Suggest an answer

Log in or Sign up to answer