Skip to content

Commit 8611302

Browse files
authored
Merge pull request #27370 from github/repo-sync
Repo sync
2 parents 10d9744 + 2e1c8e7 commit 8611302

File tree

33 files changed

+5532
-736
lines changed

33 files changed

+5532
-736
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ In the board layout, you can can choose which columns to display. The available
5959
1. Select the columns you want to show.
6060
{% endif %}
6161

62+
{% ifversion projects-v2-slice-panel %}
63+
64+
## Slicing by field values
65+
66+
{% data reusables.projects.customize.slice-panel %}
67+
68+
{% endif %}
69+
6270
{% ifversion projects-v2-consistent-sorting %}
6371

6472
## Sorting by field values

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ You can choose the density of items on your roadmap. You can zoom in to show one
5050

5151
1. Select either **Month**, **Quarter**, or **Year**.
5252

53+
{% ifversion projects-v2-slice-panel %}
54+
55+
## Slicing by field values
56+
57+
{% data reusables.projects.customize.slice-panel %}
58+
59+
{% endif %}
60+
5361
{% ifversion projects-v2-consistent-sorting %}
5462

5563
## Sorting by field values

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ You can group items by a custom field value. {% data reusables.projects.customiz
3333

3434
{% data reusables.projects.customize.group-fields %}
3535

36+
{% ifversion projects-v2-slice-panel %}
37+
38+
## Slicing by field values
39+
40+
{% data reusables.projects.customize.slice-panel %}
41+
42+
{% endif %}
43+
3644
## Reordering fields
3745

3846
You can change the order of fields.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Issue 10597
2+
# Slice panel for Projects
3+
versions:
4+
fpt: '*'
5+
ghec: '*'
6+
ghes: '>=3.11'
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
You can slice your items by a field to view a list of the field values in a separate panel. When you click on a value in the slice panel, the current view will adjust to only show items with that value. The slice panel works with the current filter applied to your view.
2+
3+
{% note %}
4+
5+
**Note:** You cannot slice by title, reviewers, or linked pull requests.
6+
7+
{% endnote %}
8+
9+
{% data reusables.projects.open-view-menu %}
10+
1. Click **Slice by**.
11+
1. Click the field you want to slice by.
12+
1. Optionally, to disable slicing, click {% octicon "x" aria-hidden="true" %} **No slicing** at the bottom of the list.
13+
14+
With the slice panel open, you can change the current field by using the menu at the top of the slice panel.

src/github-apps/data/fpt-2022-11-28/fine-grained-pat-permissions.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6309,6 +6309,15 @@
63096309
"title": "Repository security advisories",
63106310
"displayTitle": "Repository permissions for \"Repository security advisories\"",
63116311
"permissions": [
6312+
{
6313+
"category": "security-advisories",
6314+
"slug": "list-repository-security-advisories-for-an-organization",
6315+
"subcategory": "repository-advisories",
6316+
"verb": "get",
6317+
"requestPath": "/orgs/{org}/security-advisories",
6318+
"additional-permissions": [],
6319+
"access": "write"
6320+
},
63126321
{
63136322
"category": "security-advisories",
63146323
"slug": "list-repository-security-advisories",

src/github-apps/data/fpt-2022-11-28/fine-grained-pat.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4070,6 +4070,12 @@
40704070
"verb": "get",
40714071
"requestPath": "/advisories/{ghsa_id}"
40724072
},
4073+
{
4074+
"slug": "list-repository-security-advisories-for-an-organization",
4075+
"subcategory": "repository-advisories",
4076+
"verb": "get",
4077+
"requestPath": "/orgs/{org}/security-advisories"
4078+
},
40734079
{
40744080
"slug": "list-repository-security-advisories",
40754081
"subcategory": "repository-advisories",

src/github-apps/data/fpt-2022-11-28/server-to-server-permissions.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7722,6 +7722,17 @@
77227722
"title": "Repository security advisories",
77237723
"displayTitle": "Repository permissions for \"Repository security advisories\"",
77247724
"permissions": [
7725+
{
7726+
"category": "security-advisories",
7727+
"slug": "list-repository-security-advisories-for-an-organization",
7728+
"subcategory": "repository-advisories",
7729+
"verb": "get",
7730+
"requestPath": "/orgs/{org}/security-advisories",
7731+
"access": "write",
7732+
"user-to-server": true,
7733+
"server-to-server": true,
7734+
"additional-permissions": []
7735+
},
77257736
{
77267737
"category": "security-advisories",
77277738
"slug": "list-repository-security-advisories",

src/github-apps/data/fpt-2022-11-28/server-to-server-rest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3682,6 +3682,12 @@
36823682
"verb": "get",
36833683
"requestPath": "/advisories/{ghsa_id}"
36843684
},
3685+
{
3686+
"slug": "list-repository-security-advisories-for-an-organization",
3687+
"subcategory": "repository-advisories",
3688+
"verb": "get",
3689+
"requestPath": "/orgs/{org}/security-advisories"
3690+
},
36853691
{
36863692
"slug": "list-repository-security-advisories",
36873693
"subcategory": "repository-advisories",

src/github-apps/data/fpt-2022-11-28/user-to-server-rest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4136,6 +4136,12 @@
41364136
"verb": "get",
41374137
"requestPath": "/advisories/{ghsa_id}"
41384138
},
4139+
{
4140+
"slug": "list-repository-security-advisories-for-an-organization",
4141+
"subcategory": "repository-advisories",
4142+
"verb": "get",
4143+
"requestPath": "/orgs/{org}/security-advisories"
4144+
},
41394145
{
41404146
"slug": "list-repository-security-advisories",
41414147
"subcategory": "repository-advisories",

0 commit comments

Comments
 (0)