You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Gwen Shapira (JIRA)" <ji...@apache.org> on 2015/09/14 22:18:45 UTC

[jira] [Created] (KAFKA-2548) kafka-merge-pr tool fails to update JIRA with fix version 0.9.0.0

Gwen Shapira created KAFKA-2548:
-----------------------------------

             Summary: kafka-merge-pr tool fails to update JIRA with fix version 0.9.0.0
                 Key: KAFKA-2548
                 URL: https://issues.apache.org/jira/browse/KAFKA-2548
             Project: Kafka
          Issue Type: Bug
            Reporter: Gwen Shapira


Trying to update JIRA where the fix version is set to '0.9.0.0', I get the following error:

{code}
Traceback (most recent call last):
  File "kafka-merge-pr.py", line 474, in <module>
    main()
  File "kafka-merge-pr.py", line 460, in main
    resolve_jira_issues(commit_title, merged_refs, jira_comment)
  File "kafka-merge-pr.py", line 317, in resolve_jira_issues
    resolve_jira_issue(merge_branches, comment, jira_id)
  File "kafka-merge-pr.py", line 285, in resolve_jira_issue
    (major, minor, patch) = v.split(".")
ValueError: too many values to unpack
{code}

We need to handle 3 and 4 part versions (x.y.z and x.y.z.w)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)