Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set project board fields #318

Open
tpluscode opened this issue Feb 16, 2023 · 3 comments
Open

Set project board fields #318

tpluscode opened this issue Feb 16, 2023 · 3 comments

Comments

@tpluscode
Copy link

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
@canderson22
Copy link

Any progress on this?

@nodeg
Copy link

nodeg commented Aug 11, 2023

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 #71

@janiswehen
Copy link

janiswehen commented Sep 27, 2023

I have posted a workaround in this thread

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants