You're enrolled in our new beta rewards program. Join our group to get the inside scoop and share your feedback.
Join groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hi,
I need to run the below query on my Jira's Data Base but I don't know how to do it and how I can see the name of the database that Jira uses. Can you help me to find these informations and to know how to run a query on Jira Database ?
"select * from AO_1B155C_AIO_TENANT"
You can use native database client utilities for MySQL, Postgres or whatever database you are using.
Also take a look at the database schema.
You can also do that using ScriptRunner by either writing a Groovy script or using the Resources feature.
I hope it helps.
Ravi
so nice
You can use native database client utilities for MySQL, Postgres or whatever database you are using.
Also take a look at the database schema.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Welcome to the community
You will need an access to the database (password, username, hostname...), and a tool like Pgadmin or Mysql depending what database Jira is using. Ask people who set the "backend" for Jira.
If you go to this page you will get information about database
https://<YOURJIRANAME>/secure/admin/ViewSystemInfo.jspa
If you have scriptrunner installed in your instance you can run your query in Jira UI.
https://scriptrunner.adaptavist.com/5.6.8/jira/resources.html#_local_database_connection
Hope this help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Calling all Confluence Cloud Admins! We created a new Community Group to support your unique needs as Confluence admins. This is a group where you can ask questions, access resou...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.