Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-15857

Grant permission to multiple users simultaneously (UI and/or REST)

    XMLWordPrintable

Details

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

    Description

      Grant permissions from UI

      At moment, under "Plan configuration >> Permissions" it is requires to add Users one-by-one as per bamboo.addUser01.png. It would be interesting having the ability to add multiple users separated by comma (,) as per bamboo.addUser02.png, which would speed up the process.

      Grant permissions from REST

      It would be interesting extending this functionality through the REST API call

      http://myhost.com:8085/bamboo/rest/api/latest/plan/{projectKey}-{buildKey}/permissions [GET, POST]
      
      {
      "permissions": [
      	{"Administrator": ["View","Edit","Build","Clone","Admin"]},
      	{"MyUser": ["View","Build"]}
      ]
      }
      

      Attachments

        1. bamboo.addUser01.png
          bamboo.addUser01.png
          15 kB
        2. bamboo.addUser02.png
          bamboo.addUser02.png
          15 kB

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rsperafico Rafael Sperafico (Inactive)
              Votes:
              7 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: