Skip to content

Commit f4d6824

Browse files
rileybroughtenvgrl
andauthored
Evolving GitHub Issues: Limited Public Preview improvements [Public Preview] github#16618 (#53518)
Co-authored-by: vgrl <[email protected]>
1 parent 2a39a95 commit f4d6824

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed
11.4 KB
Loading

content/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects.md

+10
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,16 @@ You can invert any filter, including combinations, by prefixing with a hyphen.
7777
|<code>-field:<em>VALUE</em></code> | **-status:done** will not show any items with a status of "done."
7878
|<code>-field:<em>VALUE,VALUE</em></code> | **-priority:1,2** will not show any items with a priority of either 1 or 2.
7979

80+
## Filtering for items that have a value
81+
82+
You can use `has:` to filter for items that have a value
83+
84+
| Qualifier | Example
85+
| ---------- | -------------
86+
|<code>has:assignee</code> | **has:assignee** will show items with an assignee.
87+
|<code>has:label</code> | **has:label** will show items with a label.
88+
|<code>has:<em>FIELD</em> | **has:priority** will show items with a priority field value.
89+
8090
## Filtering for items that are missing a value
8191

8292
You can use `no:` to filter for items that are missing a value

content/issues/tracking-your-work-with-issues/configuring-issues/managing-issue-types-in-an-organization.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions: 'Organization owners can modify issue types.'
1212

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

15-
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.
15+
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.
1616

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

content/issues/tracking-your-work-with-issues/using-issues/adding-sub-issues.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can add sub-issues to an issue to break down larger pieces of work into task
2424

2525
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.
2626

27-
You can add up to fifty sub-issues per parent issue and create up to eight levels of nested sub-issues.
27+
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.
2828

2929
## Creating a sub-issue
3030

data/variables/projects.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,7 @@ projects_v2_and_v1_if_create: '{% data variables.projects.projects_v2 %}{% ifver
2222
# Limits
2323
item_limit: '1,200'
2424
archived_item_limit: '10,000'
25+
issue_type_limit: '25'
26+
sub-issue_limit: '100'
2527

2628
tasklists: 'tasklists (beta)'

0 commit comments

Comments
 (0)