Jira database question

Rumceisz April 3, 2013

Hi All,

we have a Jira with Postgres DB.

We need to change the screen scheme for 130 projects which would be too much effort via the GUI one-by-one.

Is it possible to change the screen schemes in DB?

Thanks,

Rumi

1 answer

1 accepted

1 vote
Answer accepted
Naren
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.
April 3, 2013

You should be able to update the screen schemes using back end approach.

  • Test this approach successfully on the test JIRA env. DB first.
  • Make sure you backup the JIRA before handling Live JIRA DB
  • Shut down JIRA during modifying the database.
  • Restart and re-index JIRA after modifying the database.

Have a look at the below links before taking this approach

JIRA Database Schema

Example SQL Queries for JIRA

Returning info on project's screen, tabs and fields

Suggest an answer

Log in or Sign up to answer