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

Simplify error message when field cannot be found on update #31

Open
4 of 5 tasks
gr2m opened this issue Mar 15, 2022 · 0 comments
Open
4 of 5 tasks

Simplify error message when field cannot be found on update #31

gr2m opened this issue Mar 15, 2022 · 0 comments
Labels
bug Something isn't working Pull Request welcome

Comments

@gr2m
Copy link
Owner

gr2m commented Mar 15, 2022

Please avoid duplicates

Reproducible test case

No response

Please select the environment(s) that are relevant to your bug report

  • Browsers
  • Node
  • Deno

Versions

1.3.1

What happened?

When I try to update a custom field "Type" I get the follow error message

[github-project] "type" could not be matched with any of the existing field names: "Title", "Assignees", "Status", "Labels", "Linked Pull Requests", "Reviewers", "Repository", "Milestone", "Target Date", "NotType"

I think we should remove all the read-only fields, which would make this message much more readable

[github-project] "type" could not be matched with any of the existing field names: "Title", "Status", "Target Date", "NotType"

Would you be interested in contributing a fix?

  • yes
@gr2m gr2m added bug Something isn't working Pull Request welcome labels Mar 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Pull Request welcome
Projects
None yet
Development

No branches or pull requests

1 participant