Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add my fixes to docs #2

Merged
merged 2 commits into from
Nov 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions assignment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ title: 'Assignment'

<Frame>![Assignment within Plain](/public/images/assignment-introduction.png)</Frame>

Threads can be assigned to any user or machine users in your workspace.
Threads can be assigned to any user in your workspace.

When you start typing a message, Plain will automatically assign you, so you typically don't really have to think about assigning yourself manually.
When you start typing a message, Plain will automatically assign you, so you typically don't have to think about assigning yourself manually.

If you want to assign a thread manually, you can use the shortcut **A** or use **⌘ + K**.

By default in Plain, once you are assigned to a thread, you will never be automatically unassigned. This ensures that if you pick up a support request, you can see it through. We call this behavior "sticky assignment".

If you'd like to change this behavior, you can do so in **Settings** → **Workflow**. Here you can choose to be automatically unassigned when a thread is marked as done or snoozed.

We recommend turning sticky assignment off if your team has a shared support rotas. That way, whoever is on-call can pick up any threads you didn't finish.
We recommend turning sticky assignment off if your team has a shared support rota. That way, whoever is on-call can pick up any threads you didn't finish.

If you are interested in building fully automated bots using Plain, you can also programmatically assign threads to machine users as a starting point. If this sounds like an interesting use-case to you, please reach out to us via [email protected].
2 changes: 1 addition & 1 deletion labels.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: 'Labels'

<Frame>![Example labels](/public/images/labels-introduction.png)</Frame>

Labels are a light weight and powerful way to categorize threads in Plain.
Labels are a lightweight and powerful way to categorize threads in Plain.

We recommend categorizing threads into topics so you immediately know, at a glance, what people are getting in touch about.

Expand Down
6 changes: 3 additions & 3 deletions priorities.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ The available priorities are:
- **Medium**
- **Low**

When you viewing a thread you can use the shortcut **P** to set the priority or use **⌘ + K**.
When you are viewing a thread you can use the shortcut **P** to set the priority or use **⌘ + K**.

When looking at your thread queue you can also filter and sort your thread by priority.
When looking at your thread queue you can also filter and sort your threads by priority.

Priorities can be useful in combination with contact forms. By asking questions such as "is this preventing you from using X?" you can determine whether bug reports or questions are high priority.

Equally you can automatically set higher priorities for certain topics like security reports, if your contact form exposes a topic picker.
Equally, you can automatically set higher priorities for certain topics like security reports, if your contact form exposes a topic picker.
2 changes: 1 addition & 1 deletion reporting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can see:

- The breakdown of why a thread is in Todo (whether it's new threads, replies, Linear issues, etc.)
- Distribution of threads by priority
- A preview of how many threads will be unsnoozed in next 24 hours
- A preview of how many threads will be unsnoozed in the next 24 hours
- Counts of assigned vs. unassigned threads
- Breakdown of threads by customer group
- Count of threads by label
Loading