•  
     
    story #11342 have a base REST route to move id, title, description
Summary
Empty
have a base REST route to move id, title, description
Empty

This is the first story that set everything up.

PATCH /artifacts/:id

{

    "move": {

        "to_tracker_id": int

    }

}

This route only applies on subset of fields:

  • id
  • title
  • description
  • submitted_on
  • submitted_by

All limiations described in the epic applies (edge case, permissions, REST limits, etc)

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
#11342
Manuel Vacelet (vaceletm)
2018-05-18 16:33
2018-04-04 10:07
4460

References
Referencing story #11342

Follow-ups

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
  • Status changed from Ready (stalled) to On going