I'm trying to mae report on JIRAdatabse for the belo JQL
project = idm and "Demand Type" = CR and ((sprint in (9,6)) or (sprint is empty and status not in (Live,Cancelled))
I have been trying to work on it fo sometime now. Please help. The key issue is I'm unable to track the number of CRs thats gone live wiithin a sprint.
Im woking o SAP BO webi report, so i can getch Live data anytime.
Please help.
There are somewhere between 12 and 26 highly inefficient joins you would need to make in to replicate that JQL in SQL. Probably towards the higher end if I remember the Software data correctly.
Please, don't. The Jira database is not intended for reporting like this and SQL is the worst possible way to report on Jira data.
Try running the SQL over a simple REST call instead. It will work fine, faster, will rarely (if ever) need any updates and re-testing on upgrade, and won't put unnecessary load on your database.
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 @MEHRAJ FARHEEN,
welcome to the community.
Why don't you use Jira to get the live data anytime?
I do not recommend creating reports based on SQL.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you @Bastian Stehmann, we need to send this schedle report to top management daily ith some calculations and analysis.
Using report is the only option for me.
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.