•  
      story #9451 inherit FRS global permissions from template
    Summary
    project admin
    inherit FRS global permissions from template
    Empty
    • Given project A with global permissions
      • READ: project_members, customers
      • ADMIN: Devops
    • When I create project B, based on project A template, project B global permissions will be
      • READ: project_members, customers
      • ADMIN: Devops

    Include the import of those permissions from XML import format (example):

    <frs>
      <read-access>
        <ugroup>project_members</ugroup>
        <ugroup>customers</ugroup>
      </read-access>
      <admin-access>
        <ugroup>devops</ugroup>
      </admin-access>
      …
    
    
     
    Empty
    Empty
    Status
    Empty
    Done
    Development
    • [ ] Does it involves User Interface? 
    • [ ] Are there any mockups?
    • [ ] Are permissions checked?
    • [ ] Does it need Javascript development?
    • [ ] Does it need a forge upgrade bucket?
    • [ ] Does it need to execute things in system events?
    • [ ] Does it impact project creation (templates)?
    • [ ] Is it exploratory?
    Empty
    Details
    #9451
    Manuel Vacelet (vaceletm)
    2016-09-28 15:28
    2016-09-07 09:58
    3248

    References
    Referencing story #9451

    Artifact Tracker v5

    rel #9341 9.0
    Referenced by story #9451

    Follow-ups

    User avatar
    Adjusting acceptance criteria:
    * There is no WRITE permission in FRS
    * XML format should be the same as mediawiki permissions for consistency

    • Acceptance criteria
      Something went wrong, the follow up content couldn't be loaded
      Only formatting have been changed, you should switch to markup to see the changes