Uploaded image for project: 'Crowd Data Center'
  1. Crowd Data Center
  2. CWD-4359

Support count operations in the Crowd query language and QueryBuilder

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • None
    • Performance, Search
    • None
    • 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

      Currently the thinking is to provide an API that would allow for the following types of queries:

      QueryBuilder.queryFor(User.class, EntityDescriptor.user()).with(
              Restriction.on(UserTermKeys.USERNAME).startingWith("b")
          ).asCount();
      
      QueryBuilder.queryFor(User.class, EntityDescriptor.user()).childrenOf(EntityDescriptor.group()).withName("jira-users").asCount();
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            justin@atlassian.com Justin Koke
            Votes:
            4 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: