Skip to content

Commit

Permalink
Update about-tracks-and-tracked-by-fields.md (#32750)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
  • Loading branch information
Zearin and nguyenalex836 committed May 14, 2024
1 parent 5ebd96b commit a9f9d78
Showing 1 changed file with 5 additions and 5 deletions.
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

0 comments on commit a9f9d78

Please sign in to comment.