Hello
Board is nothing more than a view on a set of issues. Issues on the boards are fetched from a JQL filter itself. Thus, if you go into the board configuration and see the saved filer then you can see the list of issues appearing of the Board.
If it's a scrum board and you are only interested in issues an an Sprint. Then you can use JQL like "Sprint = <value>" and this will fetch you the list of issues in that sprint.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you please tell me your use-case? Why do you need to query directly DB when JQL provides the same functionality.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I need data from SQLServer query as i'm generating a report to another application. I cannot do this in JQL.
For a Agile / kanban board i need to get all issues ,tasks & subtasks of that board
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Though by using JQL you can export data in CSV and almost all applications accept CSV data to be imported. But still if you want to go ahead with SQL only. Then here is a similar question
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, but it has some answers.
Please be aware that SQL is the worst possible way to do this - depending on what issue data you want, you could be trying to use 40+ joins. Please, start with a JQL Search over the REST interface.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.