how do I access the jira database

muysz January 4, 2017

This question is in reference to Atlassian Documentation: How to unlock a Locked field

Ask your question here...

3 answers

1 vote
Jonas Andersson
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 4, 2017

If you look for and in dbconfig.xml you will see hostname, username and password for the database, then select the right client and simply connect.

0 votes
Fabio Racobaldo _Herzum_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 6, 2022

You need to have a DB client installed and, using db user/password in your dbconfig.xml file, access db. Then you can go ahead with instruction of the follwing article https://confluence.atlassian.com/jirakb/unlock-a-locked-jira-software-custom-field-779158866.html

Fabio

0 votes
Aleksandr Zuevich
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 4, 2017

Hi,

you need to install a DB client depending on your DB (PgAdmin for PostgreSQL, MySQL-Front for MySQL, etc.) and connect to your DB.

Suggest an answer

Log in or Sign up to answer