-
Bug
-
Resolution: Fixed
-
Low
-
None
-
2
-
Minor
-
Issue Summary
Entity property is incapable of processing special characters like colon(: ), due to which JQL is not able to search account IDs with colon(: )
Steps to Reproduce
Not able to replicate natively
- Install the add-on Group Sign-Off: parallel Multi-Approvals which adds the 'issue.property'
- Addon allow to use below JQL
- project = TEST AND issue.property[approvals].pending ~ currentUser()
Retrieve all issues being pending for a decision of the current user. - project = TEST AND issue.property[approvals].signedOff ~ currentUser()
Retrieve all issues being signed-off/approved by the current user. - project = TEST AND issue.property[approvals].declined ~ currentUser()
Retrieve all issues being declined by the current user.
Expected Results
JQL filters the result for all the account ids
Actual Results
JQL is unable to filter the result for users who have colon(: ) in their account Ids and throws an error 'jqlTooComplex'
{errorMessages: ["jqlTooComplex"], errors: {}}
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available