When i enter time in a Sub Task, that time rolls up to the main Jira issue and the cumulative totals are displayed. If I have 2 Sub Tasks to a Feature and both has time entered, is there a way to display the time in sub tasks seperately on the main feature screen?
I do believe so, Krishna. Take a look in this page:
JIRA system administrators can define which fields of sub-tasks are displayed in the Sub-Tasks section on the 'view issue' page of a parent issue (which contains one or more sub-tasks). This is done by editing the value of the
jira.table.cols.subtasks
property on JIRA's Advanced Settings page.Specify which fields you want to show in the Sub-Tasks section of a parent issue's 'view issue' page by entering the appropriate 'value' for each field in a comma-separated list. The
jira.table.cols.subtasks
property can accept the values indicated in right-hand column of theIssueFieldConstants
table on the Constant Field Values page (of JIRA's API documentation).
Please Note:
- The order of each value in this list determines the order of their representative fields in the Sub-Tasks section of a parent issue's 'view issue' page.
- The
summary
field is a mandatory value which assumes first position in this property's value.
Just add the time field you want to the list of fields to display. :)
Thanks Matheus, but am looking for some thing like displaying the Time estimate in 'Time Tracking Section' of the parent with the sub heading of Sub Task.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.