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

GitHub issues public preview cleanup #35980

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions content/issues/tracking-your-work-with-issues/about-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ Issues can be created in a variety of ways, so you can choose the most convenien

## About sub-issues

{% data reusables.issues.release-stage %}

{% data reusables.issues.about-sub-issues %} See [AUTOTITLE](/issues/tracking-your-work-with-issues/using-issues/adding-sub-issues) and [AUTOTITLE](/issues/tracking-your-work-with-issues/using-issues/browsing-sub-issues).

{% endif %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ redirect_from:
- /issues/managing-your-tasks-with-tasklists/using-projects-and-tasklists
---

{% data reusables.issues.release-stage %}

You can add sub-issues to an issue to break down larger pieces of work into tasks. Your sub-issues show their relationship to the parent issue allowing you to track your work across {% data variables.product.github %}. Parent issues and sub-issue progress is also available in your {% data variables.projects.projects_v2 %}, allowing you to build views, filter, and group by parent issue.

Your sub-issues can themselves contain sub-issues, allowing you to create full hierarchies of issues that visualize entire projects or pieces of work and show the relationships between your issues.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ topics:
- Project management
---

{% data reusables.issues.release-stage %}

{% data reusables.issues.about-sub-issues %}

## Navigating issue hierarchy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@

## Building advanced filters for issues

{% data reusables.issues.release-stage %}

You can build advanced filters using boolean and nested queries on your repository's issues page. As you type your filter, {% data variables.product.github %} will show available qualifiers, suggest values, and warn when there is a problem with your filter.

### Using boolean operators
Expand Down Expand Up @@ -137,8 +135,6 @@

## Filtering by issue type

{% data reusables.issues.release-stage %}

If your organization uses issue types, you can filter issues for a particular type. You can also type the `type:` qualifier directly into your filter.

{% data reusables.repositories.navigate-to-repo %}
Expand Down Expand Up @@ -182,7 +178,7 @@

The issues and pull requests search bar allows you to define your own custom filters and sort by a wide variety of criteria. You can find the search bar on each repository's **Issues** and **Pull requests** tabs and on your [Issues and Pull requests dashboards](/issues/tracking-your-work-with-issues/viewing-all-of-your-issues-and-pull-requests).

![Screenshot of the list of issues for a repository. Above the list, a search field, containing the query "is:issue is:open", is outlined in dark orange.](/assets/images/help/issues/issues-search-bar.png)

Check warning on line 181 in content/issues/tracking-your-work-with-issues/using-issues/filtering-and-searching-issues-and-pull-requests.md

View workflow job for this annotation

GitHub Actions / lint-content

Image alternate text is 151 characters long.

> [!TIP]
> {% data reusables.search.search_issues_and_pull_requests_shortcut %}
Expand Down
Loading