Uploaded image for project: 'Jira Service Management Cloud'
  1. Jira Service Management Cloud
  2. JSDCLOUD-4921

"pendingBy" JQL Function Example is Incorrect

    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

      NOTE: This suggestion is for JIRA Service Desk Cloud. Using JIRA Service Desk Server? See the corresponding suggestion.

      Definition

      The examples for the pendingBy function in the Advanced searching is misleading.

      Problem

      The examples show the JQL queries as:

      • Find issues that require approval by John Smith:
        approval = pending(jsmith)
      • Find issues that require by John Smith or Sarah Khan:
        approval = pending(jsmith,skhan)

      Suggestion

      The examples should read:

      • Find issues that require approval by John Smith:
        approval = pendingBy(jsmith)
      • Find issues that require by John Smith or Sarah Khan:
        approval = pendingBy(jsmith,skhan)

      Attachments

        Issue Links

          Activity

            People

              sirons sirons
              a9c19e06ad4b Justin Alex Paramanandan
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: