Refactors Epics select sidebar component to Vue+Apollo
Currently, issue sidebar Epics select
component is implemented with internal Vuex store and it's connected to mediator sidebar store via wrapper. In order to align all sidebar components to use the same stack, make them reusable and be ready for GraphQL subscription-based realtime updates, we need to refactor this component to use Vue + Apollo client stack.
Availability & Testing
Run package-and-qa
regression job
Edited by Désirée Chevalier