JSP-22619 - Changing the default tab from 'Comments' to 'All'

Product: JIRA

Environment

Operating System  
Affect Version/s 3.12.2 Enterprise
JVM  
Database MySQL 5.x
Application Server JIRA Standalone (Tomcat)

Error Message


Symptom

Diagnostics/Test

Root Cause

There are some instances where the default tab when viewing the issue details needs to be 'All' instead of 'Comments'.

Solution

This can be done by changing the configuration file which controls the display of the tabs.

The file which is to change is system-issuetabpanels-plugin.xml (\WEB-INF\classes\system-issuetabpanels-plugin.xml). Each tab is controled by a <issue-tabpanel> tag. To change the default selection, the <default>true</default> needs to be placed in the wanted <issue-tabpanel> tag.

Labels