Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-70059

Audit Log category has a trailing space in the audit_log table

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Low Low
    • None
    • 7.9.0, 8.2.3, 7.13.8
    • Environment - Database
    • None

      Issue Summary

      The audit_log table has a category with a tailing blank space for the "boards " category:

      This appends a "#" character after the column name, which shows that there's a blank space in the category name:

      select distinct category ||'#' as category from audit_log where category != trim(category) order by 1
      

      Steps to Reproduce

      1. Install Jira
      2. Query the audit_log table, specifically searching for "boards" and notice that it has a trailing blank space

      Expected Results

      There should not be a trailing blank space. The category should be "boards" rather than "boards ".

      Workaround

      N/A

            Unassigned Unassigned
            ajean Andy J.
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: