Skip to content

Set project board fields #318

@tpluscode

Description

@tpluscode

I would like to be able to set status and other custom fields to issues added to a project

For example, if I'd like to set a Status = Triage and Stack = nodejs

jobs:
  add-to-project:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/add-to-project@v0.4.0
        with:
          project-url: https://github.com/orgs/zazuko/projects/23
          github-token: ${{ secrets.BACKLOG_PAT }}
          set:
+           Status: Triage
+           Stack: nodejs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions