diff --git a/src/assets/screenshots/enterprise/tasks/tasks_pending_cross_review_tasks.png b/src/assets/screenshots/enterprise/tasks/tasks_pending_cross_review_tasks.png new file mode 100644 index 00000000..97253717 Binary files /dev/null and b/src/assets/screenshots/enterprise/tasks/tasks_pending_cross_review_tasks.png differ diff --git a/src/content/docs/enterprise/project-management/project-settings/privacy.mdx b/src/content/docs/enterprise/project-management/project-settings/privacy.mdx index a58c6ff6..f6cc162b 100644 --- a/src/content/docs/enterprise/project-management/project-settings/privacy.mdx +++ b/src/content/docs/enterprise/project-management/project-settings/privacy.mdx @@ -7,7 +7,8 @@ sidebar: label: Privacy --- -import { Aside } from '@astrojs/starlight/components'; +import { Aside, Steps } from '@astrojs/starlight/components'; +import ReadMore from '~/components/ReadMore.astro'; In the **Privacy** section of the Project Settings, you can manage the visibility of your project and its contents. You can also configure the notifications sent to project participants. @@ -23,7 +24,7 @@ In the **Privacy** section of the Project Settings, you can manage the visibilit - Create a task and assign it to a user. -## Glossary Access Settings :badge[New]{variant=success} {#glossary-access-settings} +## Glossary Access Settings Control the level of access that project members have over glossary terms. Members with manager permissions or higher always have full control over glossary terms, regardless of these settings. @@ -33,6 +34,26 @@ Configure the preferred glossary access level with the following options: * **Manage drafts** – allow members to view, add, edit, and delete draft glossary terms, and view approved terms. This option allows members to contribute to drafts without altering approved terms. * **Full access** – allow members to view, add, edit, and delete glossary terms, as well as edit concept details. This option provides members with full control over glossary terms and their details. +## Task Cross-Review :badge[New]{variant=success} {#task-cross-review} + +Require approval from selected managers or the owner before contributors can start working on a task. This feature adds an additional review step, helping maintain accountability and oversight in task workflows. + + + Read more about [Task Cross-Review](/enterprise/tasks/#task-cross-review). + + +### Configuring Task Cross-Review + +To enable and configure Task Cross-Review, follow these steps: + + + 1. Enable the **Task Cross-Review** option in the **Tasks** section. + 2. Select at least one manager responsible for approving tasks. You can search for managers by name, username, or email. + 3. Click **Save** to apply the changes. + + +New tasks created after enabling **Task Cross-Review** will require approval, while existing tasks remain unaffected. + ## Notifications Project notifications are disabled by default. Enable the necessary notifications for an agile translation process. Such approach helps to avoid creating additional tasks for every contributor. diff --git a/src/content/docs/enterprise/tasks/tasks.mdx b/src/content/docs/enterprise/tasks/tasks.mdx index d281819b..be9c4581 100644 --- a/src/content/docs/enterprise/tasks/tasks.mdx +++ b/src/content/docs/enterprise/tasks/tasks.mdx @@ -24,6 +24,7 @@ import edit from '!/enterprise/tasks/tasks_edit.png'; import filter from '!/enterprise/tasks/tasks_filter.png'; import move from '!/enterprise/tasks/tasks_move.png'; import close from '!/enterprise/tasks/tasks_close.png'; +import pendingCrossReviewTasks from '!/enterprise/tasks/tasks_pending_cross_review_tasks.png' Create and assign tasks for translating or proofreading content to specific project members or vendors. You can set due dates, split words among assignees, receive notifications about task changes and updates, and discuss tasks with other project members in the comments. @@ -206,6 +207,28 @@ Sequential tasks are available for the following task types: * Pending proofreading tasks can be deleted if necessary. In this case, linked translation tasks are preserved. * Deleting a translation task with an associated sequential proofreading task results in the deletion of both tasks simultaneously. +## Task Cross-Review :badge[New]{variant=success} {#task-cross-review} + +The **Task Cross-Review** feature helps ensure proper oversight in task workflows by requiring approval before contributors can start working. It’s especially beneficial for teams with internal approval processes, such as budget approvals, where tasks must be reviewed and approved by designated managers or the owner. By adding an extra layer of accountability, this feature ensures tasks don’t move forward without proper review. + +Pending Cross-Review Task + +### How Task Cross-Review Works + +When **Task Cross-Review** is enabled: + +* During task creation, a notification informs the user that the task will require approval from eligible project members (selected managers or the owner) before assigned members can start working. + +* On the Board, tasks awaiting approval display an alert indicating they are pending review from selected managers or the owner, making them easy to identify. + +* In the task details view, an alert states, *"The task is currently pending review from selected managers or the owner,"* and the task is labeled with the status **For Approval**. + +Only selected managers or the owner can approve the task. The manager who created the task cannot approve it, but the owner can always approve their own tasks. Once approved, the task status changes to **To Do**, indicating that contributors can begin work. + + + Read more about [configuring Task Cross-Review](/enterprise/project-settings/privacy/#configuring-task-cross-review). + + ## See Also