You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ The events listed in your security log are triggered by your actions. Actions ar
49
49
| {% endif %} |
50
50
|`personal_access_token`| Contains activities related to {% data variables.product.pat_v2 %}s. For more information, see [AUTOTITLE](/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token). |
51
51
|`profile_picture`| Contains all activities related to your profile picture. |
52
-
|`project`| Contains all activities related to {% data variables.projects.projects_v1_boards %}. |
52
+
|`project`| Contains all activities related to {% data variables.projects.projects_v2 %}. |
53
53
|`public_key`| Contains all activities related to [your public SSH keys](/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account). |
54
54
|`repo`| Contains all activities related to the repositories you own. |
Copy file name to clipboardExpand all lines: content/code-security/dependabot/troubleshooting-dependabot/troubleshooting-dependabot-on-github-actions.md
Copy file name to clipboardExpand all lines: content/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,8 @@ When you block a user:
30
30
* You are removed as a collaborator on their repositories
31
31
* Their sponsorship of you is canceled
32
32
* Any pending repository or account successor invitations to or from the blocked user are canceled
33
-
* The user is removed as a collaborator from all the projects and {% data variables.projects.projects_v1_boards %} owned by you
34
-
* You are removed as a collaborator from all the projects and {% data variables.projects.projects_v1_boards %} owned by the user
33
+
* The user is removed as a collaborator from all the projects owned by you
34
+
* You are removed as a collaborator from all the projects owned by the user
35
35
36
36
After you've blocked a user, they cannot:
37
37
* Send you any notifications, including by [@mentioning](/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#mentioning-people-and-teams) your username
@@ -44,8 +44,8 @@ After you've blocked a user, they cannot:
44
44
* Cross-reference your repositories in comments
45
45
* Fork, watch, pin, or star your repositories
46
46
* Sponsor you
47
-
* Add you as a collaborator on their projects and {% data variables.projects.projects_v1_boards %}
48
-
* Make changes to your public projects and {% data variables.projects.projects_v1_boards %}
47
+
* Add you as a collaborator on their projects
48
+
* Make changes to your public projects
49
49
50
50
In repositories you own, blocked users also cannot:
Copy file name to clipboardExpand all lines: content/issues/tracking-your-work-with-issues/configuring-issues/planning-and-tracking-work-for-your-team-or-project.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ redirect_from:
16
16
17
17
You can use {% data variables.product.prodname_dotcom %} repositories, issues, projects, and other tools to plan and track your work, whether working on an individual project or cross-functional team.
18
18
19
-
In this guide, you will learn how to create and set up a repository for collaborating with a group of people, create issue templates and forms, open issues and use task lists to break down work, and establish a {% data variables.projects.projects_v1_board %} for organizing and tracking issues.
19
+
In this guide, you will learn how to create and set up a repository for collaborating with a group of people, create issue templates and forms, open issues and use task lists to break down work, and establish a {% data variables.projects.project_v2 %} for organizing and tracking issues.
20
20
21
21
## Creating a repository
22
22
@@ -153,7 +153,7 @@ Below is an example of a `front-end` label that we created and added to the issu
153
153
154
154

155
155
156
-
## Adding issues to a {% data variables.projects.projects_v2 %}
156
+
## Adding issues to a {% data variables.projects.project_v2 %}
157
157
158
158
You can use {% data variables.projects.projects_v2 %} on {% data variables.product.prodname_dotcom %} to plan and track the work for your team. A project is a customizable spreadsheet that integrates with your issues and pull requests on {% data variables.product.prodname_dotcom %}, automatically staying up-to-date with the information on {% data variables.product.prodname_dotcom %}. You can customize the layout by filtering, sorting, and grouping your issues and PRs. To get started with projects, see [AUTOTITLE](/issues/planning-and-tracking-with-projects/learning-about-projects/quickstart-for-projects).
Copy file name to clipboardExpand all lines: content/migrations/using-ghe-migrator/about-ghe-migrator.md
+2
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,9 @@ The items in the table below can be migrated with a repository. Any items not sh
43
43
| Wikis | All wiki data is migrated.
44
44
| Teams | **@mentions** of teams are rewritten to match the target.
45
45
| Milestones | Timestamps are preserved.
46
+
| {% ifversion projects-v1 %} |
46
47
| {% data variables.product.prodname_projects_v1_caps %} boards | {% data variables.projects.projects_v1_boards_caps %} associated with the repository and with the organization that owns the repository are migrated. {% data variables.product.prodname_projects_v2 %}, the all-new projects experience, is not supported.
48
+
| {% endif %} |
47
49
| Issues | Issue references and timestamps are preserved.
48
50
| Issue comments | Cross-references to comments are rewritten for the target instance.
49
51
| Pull requests | Cross-references to pull requests are rewritten to match the target. Timestamps are preserved.
| `import` | (default) Data from the source is imported to the target. | All record types
98
+
| {% ifversion projects-v1 %} |
96
99
| `map` | Instead of creating a new model based on the source data, an existing record in the target is used. Useful for importing a repository into an existing organization or mapping user identities in the target to user identities in the source. | Users, organizations, projects
100
+
| {% else %} |
101
+
| `map` | Instead of creating a new model based on the source data, an existing record in the target is used. Useful for importing a repository into an existing organization or mapping user identities in the target to user identities in the source. | Users, organizations
102
+
| {% endif %} |
103
+
| {% ifversion projects-v1 %} |
97
104
| `rename` | Data from the source is renamed, then copied over to the target. | Users, organizations, repositories, projects
105
+
| {% else %} |
106
+
| `rename` | Data from the source is renamed, then copied over to the target. | Users, organizations, repositories
107
+
| {% endif %} |
98
108
| `map_or_rename` | If the target exists, map to that target. Otherwise, rename the imported model. | Users
109
+
| {% ifversion projects-v1 %} |
99
110
| `merge` | Data from the source is combined with existing data on the target. | Teams, projects
111
+
| {% else %} |
112
+
| `merge` | Data from the source is combined with existing data on the target. | Teams
113
+
| {% endif %} |
100
114
101
115
**We strongly suggest you review the _conflicts.csv_ file and use `ghe-migrator audit` to ensure that the proper actions are being taken.** If everything looks good, you can continue.
102
116
@@ -195,7 +209,9 @@ The record types match those found in the [migrated data](/migrations/using-ghe-
195
209
| Repositories | `repository`
196
210
| Teams | `team`
197
211
| Milestones | `milestone`
212
+
| {% ifversion projects-v1 %} |
198
213
| {% data variables.projects.projects_v1_boards_caps %} | `project`
Copy file name to clipboardExpand all lines: content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ To search for specific events, use the `action` qualifier in your query. Actions
92
92
| {% endif %} |
93
93
| `personal_access_token` | Contains activities related to {% data variables.product.pat_v2 %}s in your organization. For more information, see [AUTOTITLE](/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token).
94
94
| `profile_picture`| Contains all activities related to your organization's profile picture.
95
-
| `project` | Contains all activities related to {% data variables.projects.projects_v1_boards %}.
95
+
| `project` | Contains all activities related to {% data variables.projects.projects_v2_and_v1 %}.
96
96
| `protected_branch` | Contains all activities related to protected branches.
97
97
| `repo` | Contains activities related to the repositories owned by your organization.
Copy file name to clipboardExpand all lines: content/organizations/managing-organization-settings/disabling-project-boards-in-your-organization.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: 'Disabling projects in your organization'
3
-
intro: 'Organization owners can turn off organization-wide {% data variables.projects.projects_v2 %}, organization-wide {% data variables.projects.projects_v1_boards %}, and repository-level {% data variables.projects.projects_v1_boards %} in an organization.'
3
+
intro: 'Organization owners can turn off organization-wide {% data variables.projects.projects_v2 %}{% ifversion projects-v1 %}, organization-wide {% data variables.projects.projects_v1_boards %}, and repository-level {% data variables.projects.projects_v1_boards %}{% endif %} in an organization.'
Copy file name to clipboardExpand all lines: content/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board.md
Copy file name to clipboardExpand all lines: content/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization.md
+2
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,9 @@ Some of the features listed below are limited to organizations using {% data var
Copy file name to clipboardExpand all lines: content/repositories/creating-and-managing-repositories/transferring-a-repository.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ topics:
23
23
---
24
24
## About repository transfers
25
25
26
-
When you transfer a repository to a new owner, they can immediately administer the repository's contents, issues, pull requests, releases, {% data variables.product.prodname_projects_v1 %}, and settings. You can also change the repository name while transferring a repository. See [AUTOTITLE](/repositories/creating-and-managing-repositories/renaming-a-repository).
26
+
When you transfer a repository to a new owner, they can immediately administer the repository's contents, issues, pull requests, releases, {% data variables.projects.projects_v2 %}, and settings. You can also change the repository name while transferring a repository. See [AUTOTITLE](/repositories/creating-and-managing-repositories/renaming-a-repository).
27
27
28
28
Prerequisites for repository transfers:
29
29
* When you transfer a repository that you own to another personal account, the new owner will receive a confirmation email.{% ifversion fpt or ghec %} The confirmation email includes instructions for accepting the transfer. If the new owner doesn't accept the transfer within one day, the invitation will expire.{% endif %}
Copy file name to clipboardExpand all lines: content/rest/using-the-rest-api/issue-event-types.md
+16
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ Issue events all have the same object structure, except events that are only ava
24
24
25
25
{% data reusables.issue-events.issue-event-common-properties %}
26
26
27
+
{% ifversion projects-v1 %}
28
+
27
29
## added_to_project
28
30
29
31
The issue or pull request was added to a {% data variables.projects.projects_v1_board %}. {% data reusables.projects.disabled-projects %}
@@ -47,6 +49,8 @@ This event is available for the following issue types.
47
49
{% data reusables.issue-events.issue-event-common-properties %}
48
50
{% data reusables.issue-events.project-card-properties %}
49
51
52
+
{% endif %}
53
+
50
54
## assigned
51
55
52
56
The issue or pull request was assigned to a user.
@@ -244,6 +248,8 @@ This event is available for the following issue types.
244
248
245
249
{% data reusables.issue-events.issue-event-common-properties %}
246
250
251
+
{% ifversion projects-v1 %}
252
+
247
253
## converted_note_to_issue
248
254
249
255
The issue was created by converting a note in a {% data variables.projects.projects_v1_board %} to an issue. {% data reusables.projects.disabled-projects %}
@@ -266,6 +272,8 @@ This event is available for the following issue types.
266
272
{% data reusables.issue-events.issue-event-common-properties %}
267
273
{% data reusables.issue-events.project-card-properties %}
268
274
275
+
{% endif %}
276
+
269
277
## converted_to_discussion
270
278
271
279
The issue was closed and converted to a discussion.
@@ -556,6 +564,8 @@ This event is available for the following issue types.
556
564
`milestone` | `object` | The milestone object.
557
565
`milestone[title]` | `string` | The title of the milestone.
558
566
567
+
{% ifversion projects-v1 %}
568
+
559
569
## moved_columns_in_project
560
570
561
571
The issue or pull request was moved between columns in a {% data variables.projects.projects_v1_board %}. {% data reusables.projects.disabled-projects %}
@@ -580,6 +590,8 @@ This event is available for the following issue types.
580
590
{% data reusables.issue-events.project-card-properties %}
581
591
`previous_column_name` | `string` | The name of the column the issue was moved from.
582
592
593
+
{% endif %}
594
+
583
595
## pinned
584
596
585
597
The issue was pinned.
@@ -635,6 +647,8 @@ This event is available for the following issue types.
635
647
636
648
{% data reusables.issue-events.issue-event-common-properties %}
637
649
650
+
{% ifversion projects-v1 %}
651
+
638
652
## removed_from_project
639
653
640
654
The issue or pull request was removed from a {% data variables.projects.projects_v1_board %}. {% data reusables.projects.disabled-projects %}
@@ -658,6 +672,8 @@ This event is available for the following issue types.
658
672
{% data reusables.issue-events.issue-event-common-properties %}
659
673
{% data reusables.issue-events.project-card-properties %}
Copy file name to clipboardExpand all lines: content/search-github/searching-on-github/searching-issues-and-pull-requests.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -198,7 +198,9 @@ You can use the `project` qualifier to find issues that are associated with a sp
198
198
| Qualifier | Example
199
199
| ------------- | -------------
200
200
| <code>project:<em>PROJECT_NUMBER</em></code> | **project:github/57** matches issues owned by GitHub that are associated with the organization's project 57.
201
+
| {% ifversion projects-v1 %} |
201
202
| <code>project:<em>REPOSITORY/PROJECT_NUMBER</em></code> | **project:github-linguist/linguist/1** matches issues that are associated with project 1 in @github's linguist repository.
203
+
| {% endif %} |
202
204
203
205
## Search by commit status
204
206
@@ -367,7 +369,7 @@ You can narrow your search to issues and pull requests that are missing certain
367
369
| `no:label` | [**priority no:label**](https://github.com/search?q=priority+no%3Alabel&type=Issues) matches issues and pull requests with the word "priority" that also don't have any labels.
368
370
| `no:milestone` | [**sprint no:milestone type:issue**](https://github.com/search?q=sprint+no%3Amilestone+type%3Aissue&type=Issues) matches issues not associated with a milestone containing the word "sprint."
369
371
| `no:assignee` | [**important no:assignee language:java type:issue**](https://github.com/search?q=important+no%3Aassignee+language%3Ajava+type%3Aissue&type=Issues) matches issues not associated with an assignee, containing the word "important," and in Java repositories.
370
-
| `no:project` | [**build no:project**](https://github.com/search?utf8=%E2%9C%93&q=build+no%3Aproject&type=Issues) matches issues not associated with a {% data variables.projects.projects_v1_board %}, containing the word "build."
372
+
| `no:project` | [**build no:project**](https://github.com/search?utf8=%E2%9C%93&q=build+no%3Aproject&type=Issues) matches issues not associated with a {% data variables.projects.project_v2 %}, containing the word "build."
0 commit comments