Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-14880

how to get all user list from jira soap service without admin permission?

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Duplicate
    • None
    • None
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      I want get list of users from jira soap service,code is beline:
      RemoteGroup rg = _service.getGroup(_auth,"jira-users");
      RemoteUser[] rus = rg.users;
      but only admin user can run this code because the sercurity settings,have any other way to get list of users without admin permission?
      I notice that jira client 1.3 can get the user list, in "assign issue" button clicked,the popup window can show a user dropdown list to select,how did it?

            Unassigned Unassigned
            84d4b8e19c21 Bill
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: