Jira Service Desk COnfiguration
Jira Application Home
The default location is...
/var/atlassian/application-data/JIRA
jira-config.properties
Create/Edit this file in... /media/atl/jira/shared...
This directory is an EFS shared filesystem, so you should only need to do this one of the Jira nodes.For non AWS installs, this would be: /var/atlassian/application-data/JIRARelative Dates
If you don't want Jira to use relative dates like "Today" or "Yesterday" add this to jira-config.properties...
jira.lf.date.relativize = false
You will need to restart Jira for this to take effectdbconfig.xml
TODO
Disable Email Sending/Receiving
Unless your live Jira instance is down you will probably want to disable email sending/receiving before performing any restore
With your ssh environment setup for the target ASI Stack...
ssh $targetIPaddress
sudo su - root
service jira stop
Un-comment the following line in /bin/setenv.sh...
DISABLE_NOTIFICATIONS=" -Datlassian.mail.senddisabled=true -Datlassian.mail.fetchdisabled=true -Datlassian.mail.popdisabled=true"service jira start
Attachments
Administration
System
ADVANCED
Attachments
Administration
Issues
Permission Schemes
Click Name of required Scheme
Permission helper
Tomcat Config
/opt/atlassian/jira-servicedesk/current/atlassian-jira/WEB-INF/web.xml
/opt/atlassian/jira-servicedesk/current/conf/server.xml
setenv.sh
/opt/atlassian/jira-servicedesk/current/bin/setenv.sh
Bibliography
Jira application home directoryhttps://confluence.atlassian.com/adminjiraserver/jira-application-home-directory-938847746.html
Attachmentshttps://confluence.atlassian.com/adminjiraserver/configuring-file-attachments-938847851.htmlhttps://confluence.atlassian.com/jirakb/how-to-enable-attachments-field-on-the-jira-create-issue-screen-601457160.html