Hi
I'm trying to get Category, Project, Last Updated, Last Updated By, Epic Workflow Statuses, Story Workflow Statuses from JIRA in sql.
Any idea how to get it in Sql.
Welcome to the Atlassian Community!
Don't. You'll need many queries and they are not simple. SQL is the worst possible way to question a Jira system for data.
You could get most of this from a simple query for "issue type = Epic" and then adding all the fields you need to the issue navigator. (Or do it over the REST API).
Yep, just search for the Epic, when you look at it, you'll see the Epic Status and the Epic's story status on screen.
I think you might need to explain what you are actually trying to achieve here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It would be better for you to teach your manager how to do simple searches in Jira so they can get the reports for themselves (and drill down into them, and not bother with information that is likely to be obsolete before they even get the report).
But the answer is simple - run a search for the issues you want to report on, and add the fields to the issue navigator - not only is that a really simple search, you can export it to spreadsheets if you must.
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.
Hi @Dhoni
Yes, and...to what Nic suggests: you may want to take this free JQL training from Atlassian on how to form queries and answer questions with JQL.
https://university.atlassian.com/student/path/849533-gain-project-insights-through-jql
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Nic Brough -Adaptavist- / @Bill Sheboy
Can anyone of you provide me the sql to get the details.
My manager needs to see it in sql itseems.
Can anyone help?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please explain to your manager what we've said above - "I want to do it in a certain way" is not a reason to do something really badly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Dhoni
This is a community forum for users of Atlassian products to help other users. It is not a free labor pool to deliver requests. Please consider trying to learn about JQL and to answer your own questions yourself and then ask for help when you run into challenges you cannot solve.
To restate what we have already offered:
Kind regards,
Bill
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.