Skip to content

Commit

Permalink
Evolving GitHub Issues: Limited Public Preview improvements [Public P…
Browse files Browse the repository at this point in the history
…review] #16618 (#53518)

Co-authored-by: vgrl <[email protected]>
  • Loading branch information
rileybroughten and vgrl authored Dec 12, 2024
1 parent 2a39a95 commit f4d6824
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
Binary file modified assets/images/help/issues/issue-type-edit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,16 @@ You can invert any filter, including combinations, by prefixing with a hyphen.
|<code>-field:<em>VALUE</em></code> | **-status:done** will not show any items with a status of "done."
|<code>-field:<em>VALUE,VALUE</em></code> | **-priority:1,2** will not show any items with a priority of either 1 or 2.

## Filtering for items that have a value

You can use `has:` to filter for items that have a value

| Qualifier | Example
| ---------- | -------------
|<code>has:assignee</code> | **has:assignee** will show items with an assignee.
|<code>has:label</code> | **has:label** will show items with a label.
|<code>has:<em>FIELD</em> | **has:priority** will show items with a priority field value.

## Filtering for items that are missing a value

You can use `no:` to filter for items that are missing a value
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions: 'Organization owners can modify issue types.'

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

You can use issue types to classify and manage different types of issues across your organization. You can create up to ten issue types that your organization members can apply to issues, making it easier for you and your members to find issues and plan work.
You can use issue types to classify and manage different types of issues across your organization. You can create up to {% data variables.projects.issue_type_limit %} issue types that your organization members can apply to issues, making it easier for you and your members to find issues and plan work.

Default issue types are included in every organization, but these can edited, disabled, or deleted. The default types are task, bug, and feature.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You can add sub-issues to an issue to break down larger pieces of work into task

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.

You can add up to fifty sub-issues per parent issue and create up to eight levels of nested sub-issues.
You can add up to {% data variables.projects.sub-issue_limit %} sub-issues per parent issue and create up to eight levels of nested sub-issues.

## Creating a sub-issue

Expand Down
2 changes: 2 additions & 0 deletions data/variables/projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ projects_v2_and_v1_if_create: '{% data variables.projects.projects_v2 %}{% ifver
# Limits
item_limit: '1,200'
archived_item_limit: '10,000'
issue_type_limit: '25'
sub-issue_limit: '100'

tasklists: 'tasklists (beta)'

0 comments on commit f4d6824

Please sign in to comment.