GithubHelp home page GithubHelp logo

backloglib's Issues

getComponents

以下のようにgetComponentsをコールするとxmlrpclibのエラーが発生します。

<コード>
components = backlog.get_components({"projectId":project.id})

<エラー>
Traceback (most recent call last):
File "test_backlog.py", line 24, in
caseComponent = CaceComponent(project)
File "test_backlog.py", line 9, in init
self.components = backlog.get_components({"projectId":project.id})
File "/Library/Python/2.7/site-packages/backloglib/init.py", line 61, in get_components
components = self.server.backlog.getComponents(project_id)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py", line 1224, in call
return self.__send(self.__name, args)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request
verbose=self.__verbose
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py", line 1264, in request
return self.single_request(host, handler, request_body, verbose)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request
return self.parse_response(response)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response
return u.close()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py", line 793, in close
raise Fault(**self._stack[0])
xmlrpclib.Fault: <Fault 0: 'No method matching arguments: java.util.HashMap'>

Models.pyの不具合でしょうか?
ご確認いただければ幸いです。

よろしくお願いします。

create_issue tries to send inappropriate type for priority or other complementary attributes

度々で恐縮です。
create_issueをコールする際の"priority"などを指定する際のフォーマットについてご教授いただければうれしいです。
issue = backlog.create_issue({
"projectId":project.id,
"summary":u"テスト",
"priority":{ここ}
})
すみません。きちんとソースをみれば良いのですが、もし、回答いただけましたら助かります。
よろしくお願いします。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.