From 6dcd26111bd1a20294e4f39390231324111bff8d Mon Sep 17 00:00:00 2001 From: srinivas-github Date: Mon, 20 May 2024 12:50:52 +0530 Subject: [PATCH] updated links --- core-concepts/inbox.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/core-concepts/inbox.mdx b/core-concepts/inbox.mdx index affb24d4..0182ee19 100644 --- a/core-concepts/inbox.mdx +++ b/core-concepts/inbox.mdx @@ -4,7 +4,7 @@ title: Inbox Inbox is a Plane-only feature that lets project members (`guests` and `viewers`) create issues and project admins (`admin` and `members`) add issues inside a project. Inbox can take bug reports, feature or service requests, or raise a ticket by stakeholders, customers, or clients. Issues created in the inbox can then be accepted to move them to the Project’s workflow. Inbox functions at the project level and is toggled off by default. It can be enabled from the `Features` tab under project settings. ## Create Issue in Inbox @@ -14,7 +14,7 @@ Users with guest and above roles can create issues in the Inbox. To create an is - Click on the ‘Add Issue’ button at the top right corner. - Enter all the details that apply. Issue title, description, and properties. ## Properties in an Inbox issue @@ -38,13 +38,13 @@ When a project member creates an issue, it is added to the ‘Pending’ state. You can accept a ‘pending’ issue, after which the state changes to ‘backlog’ (or the default state set for that project.) This can be done by clicking on the ‘accept’ button present on any pending issue. This will open a modal where you can change the issue details before moving it to your project. - Declining an Issue If the issue is not relevant to your project, you can chose to decline it. An issue can be declined by clicking on ‘decline’ button present on any pending issue. Once the issue is declined, it ends up in the cancelled state of your project. - Snoozing an Issue @@ -96,7 +96,7 @@ Filters can be assigned from the filters dropdown available on the left-hand sid Next to filters, you can use the sort drop-down to arrange issues sequentially. Issues can be sorted by date created, date updated, and issue ID in ascending or descending order. ## Additional features