-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
7.9.0, 8.2.3, 7.13.8
-
None
-
7.09
-
1
-
Severity 3 - Minor
-
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
- Install Jira
- 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
- is caused by
-
JSWSERVER-12017 As an administrator I would like JIRA Software to utilise the Audit Log
- Closed
-
MNSTR-1425 Loading...