Skip to content

Commit 2110164

Browse files
authored
docs(enterprise): Task Cross-Review (#187)
1 parent eb33f1e commit 2110164

File tree

3 files changed

+46
-2
lines changed

3 files changed

+46
-2
lines changed
78.1 KB
Loading

src/content/docs/enterprise/project-management/project-settings/privacy.mdx

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ sidebar:
77
label: Privacy
88
---
99

10-
import { Aside } from '@astrojs/starlight/components';
10+
import { Aside, Steps } from '@astrojs/starlight/components';
11+
import ReadMore from '~/components/ReadMore.astro';
1112

1213
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.
1314

@@ -23,7 +24,7 @@ In the **Privacy** section of the Project Settings, you can manage the visibilit
2324
- Create a task and assign it to a user.
2425
</Aside>
2526

26-
## Glossary Access Settings :badge[New]{variant=success} {#glossary-access-settings}
27+
## Glossary Access Settings
2728

2829
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.
2930

@@ -33,6 +34,26 @@ Configure the preferred glossary access level with the following options:
3334
* **Manage drafts** &ndash; 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.
3435
* **Full access** &ndash; 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.
3536

37+
## Task Cross-Review :badge[New]{variant=success} {#task-cross-review}
38+
39+
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.
40+
41+
<ReadMore>
42+
Read more about [Task Cross-Review](/enterprise/tasks/#task-cross-review).
43+
</ReadMore>
44+
45+
### Configuring Task Cross-Review
46+
47+
To enable and configure Task Cross-Review, follow these steps:
48+
49+
<Steps>
50+
1. Enable the **Task Cross-Review** option in the **Tasks** section.
51+
2. Select at least one manager responsible for approving tasks. You can search for managers by name, username, or email.
52+
3. Click **Save** to apply the changes.
53+
</Steps>
54+
55+
New tasks created after enabling **Task Cross-Review** will require approval, while existing tasks remain unaffected.
56+
3657
## Notifications
3758

3859
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.

src/content/docs/enterprise/tasks/tasks.mdx

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import edit from '!/enterprise/tasks/tasks_edit.png';
2424
import filter from '!/enterprise/tasks/tasks_filter.png';
2525
import move from '!/enterprise/tasks/tasks_move.png';
2626
import close from '!/enterprise/tasks/tasks_close.png';
27+
import pendingCrossReviewTasks from '!/enterprise/tasks/tasks_pending_cross_review_tasks.png'
2728

2829
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.
2930

@@ -206,6 +207,28 @@ Sequential tasks are available for the following task types:
206207
* Pending proofreading tasks can be deleted if necessary. In this case, linked translation tasks are preserved.
207208
* Deleting a translation task with an associated sequential proofreading task results in the deletion of both tasks simultaneously.
208209

210+
## Task Cross-Review :badge[New]{variant=success} {#task-cross-review}
211+
212+
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.
213+
214+
<Image src={pendingCrossReviewTasks} alt="Pending Cross-Review Task" />
215+
216+
### How Task Cross-Review Works
217+
218+
When **Task Cross-Review** is enabled:
219+
220+
* 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.
221+
222+
* 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.
223+
224+
* 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**.
225+
226+
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 **<span style={{ whiteSpace: 'nowrap' }}>To Do</span>**, indicating that contributors can begin work.
227+
228+
<ReadMore>
229+
Read more about [configuring Task Cross-Review](/enterprise/project-settings/privacy/#configuring-task-cross-review).
230+
</ReadMore>
231+
209232
## See Also
210233

211234
<LinkCard

0 commit comments

Comments
 (0)