Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×Is there an easy way to rename the Comments and Worklog Tabs under the activity section? Thank you!
You can modify the label parameter in atlassian-jira\WEB-INF\classes\system-issuetabpanels-plugin.xml file under the appropriate issue-tabpanel definition and restart JIRA.
Thanks for the response. I made the change, but it didn't work and have restarted the Jira services. Do you also have restart the IIS services?
from <label key="viewissue.tabs.WorkLog">Work Log</label> to
<label key="viewissue.tabs.WorkLog">Customer Notes</label>
Now, my new issue is that it shows in UI as "viewissue.tabs.WorkLog" and have restarted Jira several times.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Remove the key attribute as well.
<label>Customer Notes</label>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I work for Go2Group, an Atlassian Platinum Expert ;)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
well, thank you my friend. The support person I was working with on this one said it can't be done unless I create a language pack. This is by far the easiest way. Appreciate the quick turnaround time and your knowledge. Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.