The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Announcement Banner on Customer Portal

sasikanth
April 19, 2018

Hi Experts,

I am using Jira service desk where i have a custom field on the customer portal which gets data from an external database. Customers use this data to raise the requests.

Now when the Db is down/not reachable , i want to show a banner "Db down, Requests creation might have inconsistent data" . I need automate this process.

As of today I use nfeed for custom-field data, and script runner for actions.

Can i automate this process of displaying the banner on customer portal when the Db down  ?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Javi
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 24, 2018

Hi Sasikanth,

It is possible to update the Announcement Banner via the database however it requires either a restart of Jira or re-index in order to see the changes made in the database. 

You will want to use the following query to update the Announcement Banner:

UPDATE propertytext SET propertyvalue = 'Hello World!' WHERE ID in (select id from propertyentry where property_key='jira.alertheader');

Please note that this is the best approach to updating the Announcement Banner. I have created a feature request regarding this which you can view here: JRASERVER-67199

Feel free to vote on the feature request and leave a comment with your feedback. 

Regards,

Javier A. 

TAGS
AUG Leaders

Atlassian Community Events