Uploaded image for project: 'Jira Software Cloud'
  1. Jira Software Cloud
  2. JSWCLOUD-16171

There is no documentation explaining how search for issues with existing commits or pull requests or similar.

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      Status Update

      This is now documented in the page:

      • Advanced searching - developer reference

        You can search for issues based on the your development status:

        development[pullrequests].all (or .open)
        development[commits].all
        development[reviews].all (or .open)
        development[builds].failing

        So for example if you wanted to find all your issues that have more than 2 failing builds you would use:

        development[builds].failing > 2

      Review the documentation page for more details.

      Problem Definition

      There are many threads on the Atlassian Community explaining how to search for issues having some data in the development panel. However there is no clear documentation and some keywords are not working anymore.

      E.g. Before it was possible to search for this kind of information by using:

      issue.property[development].commits
      issue.property[development].prs 
      .....
      

      The above search fields are not working in the new infrastructure and the below ones should be used instead:

      development[pullrequests].all (or .open) 
      development[commits].all
      development[reviews].all (or .open)
      development[builds].failing
      

      Suggested Solution

      Create a documentation page for these fields

      Workaround

      1. Use a trial/error approach. E.g.:
      2. Or search the Atlassian Community for threads like the below ones:

      Attachments

        Issue Links

          Activity

            People

              hbegg Hannah McKenzie
              dbonotto Dario B
              Votes:
              2 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: