1
0
mirror of synced 2025-12-19 18:10:59 -05:00
Files
docs/content/issues/planning-and-tracking-with-projects/understanding-fields/about-parent-issue-and-sub-issue-progress-fields.md

43 lines
2.3 KiB
Markdown

---
title: About parent issue and sub-issue progress fields
shortTitle: About sub-issue fields
intro: 'You can show an issue''s parent issue and view sub-issue progress in your projects.'
versions:
feature: sub-issues
type: tutorial
topics:
- Projects
---
If your organization uses sub-issues, you can enable the "Parent issue" and "Sub-issue progress" fields on your projects to see the relationships between your issues and the progress made on those issues.
The "Parent issue" field can be used to group items, allowing you to create views that break down your work using the sub-issue hierarchies you have created. For more about grouping views, 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 "Parent issue" field to only display items that are sub-issues of a particular issue. You can start by typing "parent-issue" and then selecting an issue from the list. Or, if you know the repository and issue number, you can type the filter in full:
```text
parent-issue:"<OWNER>/<REPO>#<ISSUE NUMBER>"
```
To use the filter, replace `<OWNER>` with the repository owner, `<REPO>` with the repository name, and `<ISSUE NUMBER>` with the issue number. See [AUTOTITLE](/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects).
## Enabling the Parent issue field
You can enable the "Parent issue" field to see which parent issues the issues in your project belong to.
1. In table view, in the rightmost field header, click {% octicon "plus" aria-label="the plus icon" %}.
![Screenshot of a project. The "Add field" button, indicated by a plus icon, is highlighted with an orange outline.](/assets/images/help/projects-v2/new-field-button.png)
1. Under "Hidden fields", click **Parent issue**.
## Enabling the Sub-issue progress field
You can enable the "Sub-issue progress" field to see how many sub-issues have been completed.
1. In table view, in the rightmost field header, click {% octicon "plus" aria-label="the plus icon" %}.
![Screenshot of a project. The "Add field" button, indicated by a plus icon, is highlighted with an orange outline.](/assets/images/help/projects-v2/new-field-button.png)
1. Under "Hidden fields", click **Sub-issue progress**.