Displaying custom fields on subtask columns
This is one of the easiest things that you can do! But it adds a lot of value at times. We are talking about adding extra columns for subtasks on the parent issue page.
We know how to add extra fields, don't we? Let us see how to do it and especially how to add custom fields.
How to do it...
In short, you need to modify the jira.table.cols.subtasks
property in the jira-application.properties
. Following are the steps to do it. We add a custom field in the example shown here.
Stop JIRA.
Navigate to the
WEB-INF/classes
folder and modify thejira.table.cols.subtasks
property in thejira-application.properties
file:jira.table.cols.subtasks = issuetype, status, assignee, customfield_10140, progress
Add the extra fields you want to add along with the existing fields like status, assignee, and so on. For a custom field to be added in the columns, add
customfield_xxxxxx
wherexxxxx
is the unique numeric ID of the custom field. You can find this unique ID from...