Hi @Ali Aydın
Can you plz be more specific what do you mean by 'reporting infrastructure,'? Reporting is an ocean. I am curious to known what’s your requirement is!
I strongly recommend using SQL as the reporting tool of last resort. You'll need to build and maintain your own data dictionary, and believe me, you'll be in hell for a long time if you do that, and you'll then need to re-analyse on every new version of any part of the system you upgrade. Jira uses a database as a data store, and most of the actual relationships you will need are done in the code, not the database. "Get issue" sounds simple. If you want it in one line of SQL, you are going to need a minimum of 18 joins... Don't do it.
Two much better options:
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.