Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-25480

XML RPC API method getIssuesFromTextSearchWithProject does not allow empty search terms

    XMLWordPrintable

Details

    Description

      The method getIssuesFromTextSearchWithProject of the XML RPC service and the soap service used to allow empty search terms. If the method is called with an empty search term it constructs a JQL query which contains the condition: text ~ "". The empty string is not supported for the text clause.

      This is causing problems with clients expecting to be able to provide no/empty search terms.

      The SearchService of the rpc plugin should not add the condition if no search terms are provided.

      Attachments

        Activity

          People

            fschmitz Felix Schmitz [Atlassian]
            fschmitz Felix Schmitz [Atlassian]
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: