Tuleap Community Edition development and releases are no longer public. You have until September 30th to download packages and sources in Tuleap project. You can contact the team if you need further assistance.

    •  
      request #10179 Remove artifacts/:id/move from REST API
    Infos
    #10179
    Nicolas Terray (nterray)
    2017-05-05 14:45
    2017-04-24 10:54
    10455
    Details
    Remove artifacts/:id/move from REST API
    artifacts/:id/move is not a resource. We should not put action in the name of a resource.

    If you want to move a resource, then this action should be part of the PUT operation. Example:

    PUT artifacts/123
    {
    "move": {
    "to_tracker": 42
    }
    }
    API
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    2017-05-05
    Attachments
    Empty
    References
    Referenced by request #10179

    Follow-ups