Skip to content

Support autocomplete for commands in group entities

Jarka Košanová requested to merge 7723-epic-commands-autocomplete into master

What does this MR do?

It adds autocomplete support for group entities (epics for now):

  • it adds commands action to Groups::AutocompleteSourcesController
  • it adds commands method that fetches available commands from QuickActions::InterpretService
  • it adds some checks to QuickActions::InterpretService to make sure not available commands are not suggested on epics

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Closes #7723 (closed)

Edited by Rémy Coutable

Merge request reports