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

Option to check whether the issue already exists on the project #11

Open
c00 opened this issue Aug 26, 2020 · 1 comment
Open

Option to check whether the issue already exists on the project #11

c00 opened this issue Aug 26, 2020 · 1 comment

Comments

@c00
Copy link

c00 commented Aug 26, 2020

Create an option called ignore-if-already-exists or something more aptly named.

  • When set to true, it would check the board to see if the issue has already been added to it, and if so, it would complete successfully without any further actions.
  • When set to false, it would check the board to see if the issue has already been added to it, and if so, the workflow fails with a clear message stating the issue already exists.

Currently what happens is that the workflow fails with an uninformative "Validation Failed" error in a situation where the issue already exists on the board.

Use case:
Users use the project board to create a new issue, so on creation, the issue can already be on the board.

@ritchxu
Copy link
Contributor

ritchxu commented Oct 20, 2020

@c00 check out #14

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

2 participants