gpt4 book ai didi

python - 带有 Python 的 JIRA

转载 作者:太空狗 更新时间:2023-10-30 00:07:48 25 4
gpt4 key购买 nike

我是 Python 世界的新手。刚看了一些文档,想上手。

我想设计一个用 Python 编写的工具来从 JIRA 中提取已被我们的 QA 团队标记为已解决的问题,然后显示一个很好的 html 报告,说明每个版本的错误修复。

我正在尝试了解从 Python 连接到 JIRA 的机制,但事情并没有得到解决。

我已经安装:jira-python-lib但是当我尝试建立连接时,出现错误。

 # /usr/bin/python

from jira.client import JIRA

jira_options={'server': 'https://xxxxxxxx.atlassian.net'}

jira=JIRA(options=jira_options,basic_auth=('xxxxxxx','xxxxxx'))

如果我执行上面的代码,它会给我这个错误信息:

Traceback (most recent call last):
File "test1.py", line 9, in <module>
jira=JIRA(options=jira_options,basic_auth=('*****','****'))
File "C:\Python27\lib\site-packages\jira\client.py", line 88, in __init__
self._create_http_basic_session(*basic_auth)
File "C:\Python27\lib\site-packages\jira\client.py", line 1368, in _create_htt
p_basic_session
hooks={'args': self._add_content_type})
TypeError: session() takes no arguments (2 given)

有人可以告诉我我做错了什么吗?

此外,我在JIRA-DOC 找不到任何信息。关于自动化。

有人可以指导这方面的有用文档吗?


发现我需要启用身份验证enableBasicAuth为了使这项工作。需要试试这个。

最佳答案

这是 jira-python 库的一个临时错误,更多信息请访问 https://bitbucket.org/bspeakmon/jira-python/issue/9/jira-python-package-does-not-work-with-the

关于python - 带有 Python 的 JIRA,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14209485/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com