Uploaded image for project: 'Jira Platform Cloud'
  1. Jira Platform Cloud
  2. JRACLOUD-82997

Entity property is incapable of processing special characters like colon(:)

XMLWordPrintable

      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

      1. Install the add-on Group Sign-Off: parallel Multi-Approvals which adds the 'issue.property'
      2. 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

              71670f419c6e Orest Haman
              5a341c41b2bc Baleshwer Dagar
              Votes:
              1 Vote for this issue
              Watchers:
              8 Start watching this issue

                Created:
                Updated:
                Resolved: