•  
      story #13238 toggle service usage with REST API
    Summary
    Empty
    toggle service usage with REST API

    As a project admin I can automate configuration of my project

    GET /projects/:id/project_services returns the list of the services in the given project.

    [
          {
            "id": <int>,
            "uri": <string>,
            "name": <string>,
            "label": <string>,
            "is_enabled": <bool>
          },
          …
    ]

     

    PUT /projects_services/:id update the service. For now, only the update of is_enabled is allowed.

    {
      …,
      "is_enabled": <bool>
    }
    Empty
    anne.merrer@orange.com, Laurence Terrien (ltn)
    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
    #13238
    Manuel Vacelet (vaceletm)
    2019-04-24 15:12
    2019-04-08 10:52
    4186

    References
    Referencing story #13238

    Artifact Tracker v5

    rel #12934 11.1
    Referenced by story #13238

    Follow-ups

    User avatar

    Bonjour Laurence,

    Nous ne backportons pas de nouvelles features dans les précéntes release de Tuleap Enterprise, les risques de regressions sont trop importants.

    Par contre je peux donner accès à toute personne à notre plateforme de staging afin de faire vos tests au plus tôt.


    • Status changed from Ready (stalled) to Done
    • Category set to
    User avatar
    Laurence Terrien (ltn)2019-04-11 09:01

    Merci Thomas, serait-il possible de l'intégrer dans la procahine version entreprise afin qu'on puisse le tester au plus tôt ?

    Merci


    • CC list anne.merrer@orange.com added
    User avatar
    • 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
    User avatar
    • So that
      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
    • 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