Enable /rest/api/3/groupuserpicker to return inactive users

XMLWordPrintable

      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:

            Assignee:
            Unassigned
            Reporter:
            Gustavo Serrano (Inactive)
            Votes:
            3 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: