I am trying to find the request type and I found it in table AO_54307E_VIEWPORTFORM (eg: password reset, application error). I need to know that count of issues in each request type.. To count the number of issues i am trying to use jiraissue table. I tried a lot of different queries in SQL but I am not getting the correct answer.
Could somebody please let me know how to connect or relate AO_54307E_VIEWPORTFORM and jiraissue table??
Don't. SQL is the single worst way to try to report on Jira data. Please, form a query and do it via the Jira UI or REST calls.
What report are you trying to generate here?
The thing is I am trying to develop reports on Jira Data in power BI. The only thing I am doing is extracting the required data from SQL Server and trying to develop reports in power BI. so I cannot use any other form of query or REST API. Could you please give me solution via SQL?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nope. Can't do it. There is no direct relationship in SQL. You need to read the form to work out what is on it, then parse the queries building it to work out what issues are there.
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.