You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Create an option called
ignore-if-already-exists
or something more aptly named.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.
The text was updated successfully, but these errors were encountered: