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

For Internal and Caching directories, when searching for memberships you should be able to apply a search restriction to the result

    • Icon: Suggestion Suggestion
    • Resolution: Fixed
    • 2.9.1
    • None
    • 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.

      An example of this search would be the following:

      MembershipQuery query = QueryBuilder.queryFor(String.class, group()).with(Restriction.on(GroupTermKeys.NAME).startingWith("jira-admin")).parentsOf(user()).withName(ADMIN_USER).startingAt(0).returningAtMost(10);
      
              MembershipQuery<User> userMembershipQuery = QueryBuilder.queryFor(User.class, EntityDescriptor.user())
                      .with(Restriction.on(UserTermKeys.NAME).startingWith("justin"))
                      .childrenOf(EntityDescriptor.group())
                      .withNames("crowd-administrators", "jira-administrators")
                      .startingAt(1)
                      .returningAtMost(31);
      

            [CWD-3512] For Internal and Caching directories, when searching for memberships you should be able to apply a search restriction to the result

            Katherine Yabut made changes -
            Workflow Original: JAC Suggestion Workflow [ 3388462 ] New: JAC Suggestion Workflow 3 [ 3630480 ]
            Status Original: RESOLVED [ 5 ] New: Closed [ 6 ]
            Monique Khairuliana (Inactive) made changes -
            Workflow Original: Simplified Crowd Development Workflow v2 [ 1393235 ] New: JAC Suggestion Workflow [ 3388462 ]
            Issue Type Original: Improvement [ 4 ] New: Suggestion [ 10000 ]
            Marcin Kempa made changes -
            Link New: This issue is duplicated by CWD-4529 [ CWD-4529 ]
            Owen made changes -
            Workflow Original: Crowd Development Workflow v2 [ 550544 ] New: Simplified Crowd Development Workflow v2 [ 1393235 ]
            Marcin Kempa made changes -
            Remote Link New: This issue links to "Page (Extranet)" [ 171039 ]
            Marcin Kempa made changes -
            Remote Link New: This issue links to "Page (Extranet)" [ 170779 ]
            Marcin Kempa made changes -
            Remote Link Original: This issue links to "Page (Extranet)" [ 170721 ]
            Marcin Kempa made changes -
            Remote Link New: This issue links to "Page (Extranet)" [ 170721 ]
            Marcin Kempa made changes -
            Remote Link Original: This issue links to "Page (Extranet)" [ 170665 ]
            Marcin Kempa made changes -
            Remote Link New: This issue links to "Page (Extranet)" [ 170665 ]

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

                Created:
                Updated:
                Resolved: