add-to-project icon indicating copy to clipboard operation
add-to-project copied to clipboard

Set project board fields

Open tpluscode opened this issue 3 years ago • 3 comments

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/[email protected]
        with:
          project-url: https://github.com/orgs/zazuko/projects/23
          github-token: ${{ secrets.BACKLOG_PAT }}
          set:
+           Status: Triage
+           Stack: nodejs

tpluscode avatar Feb 16 '23 10:02 tpluscode

Any progress on this?

canderson22 avatar Mar 24 '23 21:03 canderson22

I would support this. You have one workflow in the webUI, but you cannot differentiate between issue and pull request. You can add both there but only but them into one column/assign one status for both. image The above suggestion would be a really nice feature to have.

After going through the issues, this seems to be a duplicate of https://github.com/actions/add-to-project/issues/71

nodeg avatar Aug 11 '23 11:08 nodeg

I have posted a workaround in this thread

janiswehen avatar Sep 27 '23 17:09 janiswehen