In-product help

Ask a question Design guidelines

Summary

Patterns for in-product help. Includes features like help text, feature discovery dialog and empty state messages

Status

API status: experimental
Included in AUI core? Not in core You must explicitly require the web resource key.
Web resource key: com.atlassian.auiplugin:aui-help
Experimental since: 5.7

Examples

Help dialog trigger Helpful help message here!

Card colors can be assigned according to different types of issue data or be based on custom queries. When values are present in the board they will be listed below.


Plan your sprint

This is a sprint. Plan a sprint by dragging the sprint footer down below some issues, or by dragging issues here.

Code

Feature discovery dialog

The feature discovery dialog is primarily used to highlight new or existing features to the user. It should contain a short introduction to the feature and encourage users to make use of it.

HTML and JavaScript

Feature discovery dialog relies on inline-dialog for its usage. It simply adds an additional class to the dialog

Help text

The purpose of help text is to provide more insight and understanding on a more complex screen. This text should only be dismissable if there is a way for the user to access it again.

HTML

Help text can be used by placing an aui-help and aui-help-text class on an outer element and then nesting an aui-help-content for the block of help text to be formatted.

Empty state message

Empty state messages are used in areas which usually hold content but are not currently populated. An example would be a new instance where content is yet to be created. When enough content exists, empty state messages should disappear.

HTML

Empty state messages can be used by placing the aui-help class along with the aui-help-empty-state class on a top level container. Using the aui-help-illustration class on a container will style a help image besides a body of help text. To style help text, simply apply the aui-help-content class on a container with all the information and suggestions for actions