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

bug: name case sensitivity in retrieving and creating labels using github graphql api #176

Closed
a-hilaly opened this issue Jul 6, 2019 · 0 comments · Fixed by #192
Closed
Assignees
Labels
bridge bridge related issues bug Something isn't working

Comments

@a-hilaly
Copy link
Collaborator

a-hilaly commented Jul 6, 2019

When exporting new events to Github, creating and retrieving bugs using the graphql API can lead to some unexpected behaviour (only in some special cases):

  • creating a label bug then trying to create a label Bug will return an error Name has already been taken
  • having only one label named bug and trying to retrieve a label with name Bug will return a null ID.

For now to avoid this problem, try to not use two labels with the same letters like core and CorE.

I wrote a message to the Github support, i'll keep this issue up to date once i have a response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bridge bridge related issues bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant