Skip to content

Include all available quick actions in autocomplete

this is a follow up from #290988 (comment 462045190)

Problem

When you type / in a comment or description, we only show 5 quick actions by default:

Screen_Shot_2020-12-08_at_5.02.57_PM

This makes the other quick actions not easily discoverable as I would have to open our documentation to view them all. We also want to work towards removing this:

Screen_Shot_2020-12-08_at_5.11.47_PM

From every comment box. This would also help offset the discoverability problem if we were to move forward with that.

Proposal

Show all Quick Actions as a scrollable list in the autocomplete modal.

Release notes

quick-actions

All available Quick Actions are now displayed in a scrollable list when / is entered into a description or comment field. Quick Actions are a great way to efficiently update data on an issue, merge request, or epic and this small improvement helps them be more discoverable directly within the context where they are used.

Edited by Gabe Weaver