-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Medium
-
None
-
Affects Version/s: 5.2
-
Component/s: JQL
-
5.02
-
Severity 2 - Major
-
Some custom fields like "<input type="text" AUTOFOCUS onfocus=document.write(12*12)>" mentioned in the QA data add themselves again to the JQL when sorting.
Steps to Reproduce:
1. Add the custom field column like "<input type="text" AUTOFOCUS onfocus=document.write(12*12)>" to the issue navigator.
2. Perform a JQL search like "ORDER BY <input type="text" AUTOFOCUS onfocus=document.write(12*12)> ASC"
3. Click on the custom field header to reverse the sort.
The Custom Field's Key "cf[12345]" gets added to the JQL and hence complains about multiple use of same custom field.
The JQL now looks like "ORDER BY cf[12345] ASC, <input type="text" AUTOFOCUS onfocus=document.write(12*12)> ASC"
This issue is seen only for custom field which have these Special ASCII characters in them. Not a normal custom field name like "dlkfjlkfdsflj"
- copied to
-
JRADEV-19679 Loading...
- relates to
-
JRADEV-19597 Loading...