Uploaded image for project: 'Confluence Cloud'
  1. Confluence Cloud
  2. CONFCLOUD-49435

JQL only works when the first parameter entered is 'Project'

XMLWordPrintable

      NOTE: This bug report is for Confluence Cloud. Using Confluence Server? See the corresponding bug report.

      We are trying to retrieve issues, based on a custom field. We'd like to create a "JIRA Issue Dates" event type, that retrieves all issues (regardless of project) where a custom field = 'FeatureX'.

      To recreate the problem:

      • create a custom issue type
      • create a custom date field on the new issue type (FeatureDate)
      • create a second custom field (FeatureDesc)
      • try to retrieve issues using:
        FeatureDesc='FeatureX'
        We'd like to display the issues on the calendar, based on their FeatureDate.

      Unfortunately, the custom field 'FeatureDate' does not list as one of the options under the 'Single Date' heading.

      But if our JQL begins with:
      Project='ProjectA'
      then 'FeatureDate' is one of the options under the 'Single Date' heading.

      So we can use the following JQL:
      Project='ProjectA' and FeatureDesc='FeatureX'
      but not:
      FeatureDesc='FeatureX'

            Unassigned Unassigned
            1957830c3fcc Patricia Boskin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: