What field in the database represents the banner?

Bruce Boutet November 7, 2013

I updated the banner, and now nothing appears below the Jira header. Whoops....! I would like to reset the banner contents. What field in the database is the banner?

or

Might there be API property to set display of the banner off?

2 answers

1 accepted

1 vote
Answer accepted
Udo Brand
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.
November 8, 2013

You can find the banner in table propertytext:

select t.propertyvalue from propertytext t, propertyentry e
where t.id = e.id and e.property_key='jira.alertheader';

But why don't you change it in the admin section (type gg + Announcement Banner)?

0 votes
Bruce Boutet November 11, 2013

I had made CSS changes and the </script> tag was missing. Suffice it to say nothing appears below the header bar in Jira....nothing. Thanks. I can now correct and dynamically update the banner via the field.

Suggest an answer

Log in or Sign up to answer