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

Update about-tracks-and-tracked-by-fields.md #32750

Merged
merged 4 commits into from
May 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ topics:

{% endnote %}

You can enable the Tracks and Tracked by fields on your projects to see the relationships between your issues as you add subtasks in tasklists. For more information about creating issue hierarchies in tasklists, see "[AUTOTITLE](/issues/tracking-your-work-with-issues/about-tasklists)."
You can enable the "Tracks" and "Tracked by" fields on your projects to see the relationships between your issues as you add subtasks in tasklists. For more information about creating issue hierarchies in tasklists, see "[AUTOTITLE](/issues/tracking-your-work-with-issues/about-tasklists)."

The Tracked by field can be used to group items, creating a view that clearly shows the subtasks of each issue and the work required to complete them. For more information, see "[AUTOTITLE](/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/changing-the-layout-of-a-view#grouping-by-field-values-in-table-layout)."
The "Tracked by" field can be used to group items, creating a view that clearly shows the subtasks of each issue and the work required to complete them. For more information, see "[AUTOTITLE](/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/changing-the-layout-of-a-view#grouping-by-field-values-in-table-layout)."

You can also filter by the Tracked by field to display only items that are tracked by specific issues. Either start typing "tracked-by" and select an issue from the list or, if you know the repository and issue number, you can type the filter below in full.
You can also filter by the "Tracked by" field to display only items that are tracked by specific issues. You can start by typing "tracked-by" and select an issue from the list. Or, if you know the repository and issue number, you can type the following filter in full:

```text
tracked-by:"<OWNER>/<REPO>#<ISSUE NUMBER>"
Expand All @@ -29,7 +29,7 @@ To use the filter, replace `<OWNER>` with the repository owner, `<REPO>` with th

## Enabling the Tracked by field

You can enable the Tracked by field to see which issues are tracking an item in your project.
You can enable the "Tracked by" field to see which issues are tracking an item in your project.

1. In table view, in the rightmost field header, click {% octicon "plus" aria-label="the plus icon" %}.

Expand All @@ -39,7 +39,7 @@ You can enable the Tracked by field to see which issues are tracking an item in

## Enabling the Tracks field

You can enable the Tracks field to see what other issues an item in your project is tracking.
You can enable the "Tracks" field to see what other issues an item in your project is tracking.

1. In table view, in the rightmost field header, click {% octicon "plus" aria-label="the plus icon" %}.

Expand Down