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

Details

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

    Description

      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?

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: