Skip to content

Create column on target project #59

@camilleryr

Description

@camilleryr

After the new project has been created, create 4 columns for it.

  1. Backlog
  2. Doing
  3. Ready for Testing
  4. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions