Skip to content

Commit 6a36e19

Browse files
authored
Add notices about classic project creation limitations (github#29062)
1 parent c16edb5 commit 6a36e19

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

content/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ You can also configure workflow automations to keep your project board in sync w
3434

3535
## Creating a user-owned project board
3636

37+
{% data reusables.projects.classic-project-creation %}
38+
3739
{% data reusables.profile.access_profile %}
3840
2. On the top of your profile page, in the main navigation, click {% octicon "project" aria-label="The project board icon" %} **Projects**.
3941
![Project tab](/assets/images/help/projects/user-projects-tab.png)
@@ -54,6 +56,8 @@ You can also configure workflow automations to keep your project board in sync w
5456

5557
## Creating an organization-wide project board
5658

59+
{% data reusables.projects.classic-project-creation %}
60+
5761
{% data reusables.profile.access_org %}
5862
{% data reusables.user-settings.access_org %}
5963
{% data reusables.organizations.organization-wide-project %}
@@ -74,6 +78,8 @@ You can also configure workflow automations to keep your project board in sync w
7478

7579
## Creating a repository project board
7680

81+
{% data reusables.projects.classic-project-creation %}
82+
7783
{% data reusables.repositories.navigate-to-repo %}
7884
2. Under your repository name, click {% octicon "project" aria-label="The project board icon" %} **Projects**.
7985
![Project tab](/assets/images/help/projects/repo-tabs-projects.png)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{% ifversion fpt or ghec %}
2+
3+
{% note %}
4+
5+
**Note:** You can only create a new classic project board for an organization, user, or repository that already has at least one classic project board. If you're unable to create a classic project board, create a beta project board instead. For more information, see "[Creating a project (beta)](/issues/trying-out-the-new-projects-experience/creating-a-project)."
6+
7+
{% endnote %}
8+
9+
{% endif %}

data/reusables/projects/project_boards_old.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
{% note %}
44

5-
**Note:** Projects (beta), the all-new projects experience, is now available. For more information about projects (beta), see "[About projects (beta)](/issues/trying-out-the-new-projects-experience/about-projects)" and for information about migrating your project, see "[Migrating your project to Projects (beta)](/issues/trying-out-the-new-projects-experience/migrating-your-project)."
5+
**Notes:**
6+
7+
* Projects (beta), the all-new projects experience, is now available. For more information, see "[About projects (beta)](/issues/trying-out-the-new-projects-experience/about-projects)" and "[Migrating your project to Projects (beta)](/issues/trying-out-the-new-projects-experience/migrating-your-project)."
8+
* You can only create a new classic project board for an organization, user, or repository that already has at least one classic project board. If you're unable to create a classic project board, create a beta project board instead.
69

710
{% endnote %}
11+
812
{% endif %}
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{% ifversion fpt or ghec %}
22
{% note %}
33

4-
**Note:** This API only applies to project boards. Projects (beta) can be managed with the GraphQL API. For more information, see "[Using the API to manage projects (beta)](/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects)."
4+
**Notes:**
5+
6+
* This API only applies to project boards. Projects (beta) can be managed with the GraphQL API. For more information, see "[Using the API to manage projects (beta)](/issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects)."
7+
* You can only create a new classic project board for an organization, user, or repository that already has at least one classic project board.
58

69
{% endnote %}
710
{% endif %}

0 commit comments

Comments
 (0)