Installation
- JIRA software
NOTE : we need to install JIRA software — not JIRA core. JIRA core only contains business workflow ( process management, task management, project management ), not software workflow ( kanban software development, scrum software development, basic software development ).
View the license of JIRA software
Manage Applications > Applications and Licenses > Manage all of your licenses
View Jira version
? > About Jira
Download specific version of Jira
Jira Software : https://www.atlassian.com/software/jira/update?_ga=2.24289466.1449012445.1543202351-830001111.1529551595 and check under “all server versions”
Jira Core : https://www.atlassian.com/software/jira/core/download and check under “all server versions”
Testing
Default URL : https://localhost:8080
RMI Port: 8005
Create a new project
ref : https://dsin.wordpress.com/2016/04/21/jira-process/
Setting Project
Configure Jira Scrum board
Backup the system
System > Import and Export > Backup the system
Example of Data exported to: /var/atlassian/application-data/jira/export/clean-install-backup.zip
Start Jira
~/atlassian/jira/bin$ ./start-jira.sh
or
~/atlassian/jira/bin$ ./startup.sh
ref : https://confluence.atlassian.com/adminjiraserver071/start-and-stop-jira-applications-855475782.html#
Restore Jira
~/atlassian/application-data/jira/import/startupdatabase.xml
ref : https://community.atlassian.com/t5/Jira-questions/Reset-Jira-database/qaq-p/303580
Uninstall Jira
cd /opt/atlassian/jira/ ./uninstall
workflow scheme
Settings > workflows > Workflow schemes
ref : https://confluence.atlassian.com/adminjiraserver077/working-with-workflows-945533056.html
Export / Import Workflow
Jira System Administrators > Issues > Workflows > Import from XML
Problem
Error importing data: com.atlassian.jira.util.RuntimeIOException: java.io.IOException: read past EOF
~/atlassian/application-data/jira/caches$ mv indexes/ _indexes
ref : https://confluence.atlassian.com/jirakb/unable-to-rebuild-jira-application-indexes-228623566.html
ref : https://confluence.atlassian.com/adminjiraserver/using-xml-to-create-a-workflow-938847525.html
ref : https://community.atlassian.com/t5/Jira-questions/where-can-I-download-JIRA-v7-0-0/qaq-p/9645,