-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: Dashboards & Reports - Reports, Documentation - All
-
0
-
3
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
Description of problem
The time tracking report requires that the Fix Version field be shown in the field configuration associated with the issues being displayed in the report. This is not mentioned in the documentation.
- https://confluence.atlassian.com/jira064/time-tracking-report-720416014.html
- https://confluence.atlassian.com/jiracoreserver072/reporting-829092747.html
- It appears that the report is no longer documented on a separate page
Suggested Improvement
Update current and older versions of documentation to include that the Fix Version field must be shown in the field configuration in order an issue to appear in the report.
Workaround
Change the field configuration to show the Fix Version field. If you do not want the field to appear you can remove it from screens.
Additional Information
Versions are a built in component of the Time Tracking Report and the report configuration has a drop down to select version.The report finds issues using a filter. The filter in the background is the following:
(project = 10000) AND (fixVersion is EMPTY) order by remainingEstimate DESC
- In this case "No Fix Version" is selected.
The "fixVersion is EMPTY" part excludes all of the issues where the Fix Version field does not apply. These would be issues where the Fix Version field has been hidden in the field configuration.
- relates to
-
JRACLOUD-63591 Time Tracking Report documentation missing fix version field requirement
- Closed