• 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.

      Issue Summary

      The Jira Find users and groups REST API endpoint - /rest/api/3/groupuserpicker - does not bring inactive users on its results.

      • Additionally,  it would be interesting to be able to filter that with a  "active": true/false property.

      We have received some requests for this feature as it would match some use cases raised by partners.

      Steps to Reproduce

      1. Suspend a user account on Jira - let's say, "user1"
      2. Call the  /rest/api/3/groupuserpicker  REST API endpoint using a query that should return this user.
      3. Verify if the inactive user "user1" shows up in the results.

      Expected Results

      "user1" would be listed in the results with "active": false

      ...
      
          "displayName": "user1",
          "active": false,
      ...

      Actual Results

      "user1" is not listed in the results

      Workaround

      These two API endpoints can be used to retrieve inactive users - however,  they are not allowed to be used by Connect apps:

          Form Name

            [AI-1089] Enable /rest/api/3/groupuserpicker to return inactive users

            There are no comments yet on this issue.

              Unassigned Unassigned
              d863d84a35c4 Gustavo Serrano (Inactive)
              Votes:
              2 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: