-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
After the new project has been created, create 4 columns for it.
- Backlog
- Doing
- Ready for Testing
- Done
Ref: https://developer.github.com/v3/projects/columns/#create-a-project-column
Accept: application/vnd.github.inertia-preview+json
Authorization: token PERSONAL_ACCESS_TOKEN_HERE
Content-Type: application/json
Body:
{
"name": "Backlog"
}
You may need to ensure that they appear in the proper order by moving them after creation.
Ref: https://developer.github.com/v3/projects/columns/#move-a-project-column
Metadata
Metadata
Assignees
Labels
No labels