Follow-up of art #10143
In this story we allow to manage the link of an artifact with the top backlog from the artifact view.
Details
- Agile Dashboard inject and "Add to top backlog" action into the Artifact view if the current artifact can be added to the top backlog
- Agile Dashboard inject and "Remove from top backlog" action into the Artifact view if the current artifact is in the top backlog
Technically speaking Agile Dashboard must leverage an event to add the entry in the menu and inject the corresponding javascript to do the relevant REST calls to PATCH /projects/:id/backlog
Technical overview
- Implementation will be done in typescript
- There is some tricky stuff to do to get feedback right (because of the call of REST route + reload of page)