Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-49435

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

    XMLWordPrintable

Details

    Description

      NOTE: This bug report is for Confluence Server. Using Confluence Cloud? 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'

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: