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

Made create_issue and create_issues consistent to handle multiple issue types with same name #1594

Merged
merged 1 commit into from
Feb 7, 2023

Conversation

gmainguet
Copy link
Contributor

This is to expand the fix pushed by #1448, where creating an new issue was failing when multiple issue types had the same name across different projects (e.g. 'Sub-task').

The #1448 change fixed the create_issue use case only.

This one simply replicates the fix to the create_issues use case.

* fixes call to issue_type_by_name with missing project id
@adehad adehad added the bug label Feb 7, 2023
@adehad adehad merged commit 35a7013 into pycontribs:main Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants