Time Tracking Report documentation missing fix version field requirement

XMLWordPrintable

    • 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.

      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.

            Assignee:
            Wazza
            Reporter:
            Tim Evans (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: