Skip to content

Conversation

@soerenbe
Copy link
Contributor

Today I got the issue that there where 2 issuetypes with the same name in our Jira installation. The current implementation have 2 issues with this:

1.) It always picks the ID of the first matching name. This may result in a error during create_issue because the other issuetype ist not available in that project. In this case I now raise an Exception beause the request of create_issue is not clear.
2.) When providing a issuetype id create_issue not correctly uses this value.

@adehad adehad added enhancement Status: Ready All information is available, and a solution needs to be created. labels May 2, 2021
@ssbarnea ssbarnea requested a review from adehad May 15, 2021 12:16
@ssbarnea ssbarnea closed this May 15, 2021
@ssbarnea ssbarnea reopened this May 15, 2021
@adehad
Copy link
Contributor

adehad commented May 15, 2021

@soerenbe if you are able to merge the latest master and then address the errors raised during tox -e lint we can hopefully get this merged !

@soerenbe
Copy link
Contributor Author

Thanks @adehad for having a look at this issue. I fixed the syntax error.

@ssbarnea ssbarnea merged commit ca9f178 into pycontribs:master May 15, 2021
svermeulen pushed a commit to svermeulen/jira that referenced this pull request Oct 31, 2021
* correct lookup of issuetypes when calling create_issue * Fixed syntax error for issue 978
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Status: Ready All information is available, and a solution needs to be created.

3 participants