I need help with a query to show the estimate/story point effort on a story in screen shot the 2
I making reports in PowerBi writing SQL query's from the Jira database I need the join tablets so i can display the estimate on the report.
SQL is the worst possible way you can try to report on Jira, the database is simply not built for it.
If you insist on doing this the wrong way, then you will need to join jiraissue with customfield to find the field you want, then join again to customfieldvalue to read the data.
But please, don't. Use the REST interface, or a reporting tool that understands Jira.
@Ollie Guan I making reports in PowerBi writing SQL query's from the Jira database I need the join tablets so i can display the estimate on the report.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't understand what you want to do.
Do you need to display the story point field in the detail screen?
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.