The user is attempting to filter issues by fixed version and needs the result sorted in ascending order. However, after running the query, the result are not being filtered by the fixed version name in ascending order. Why is this happening.
project = ABC AND issuetype = Epic AND labels = 360digital AND assignee in ("1234567") ORDER BY fixVersion ASC