【python】使用python调用jira接口
1. 第三方库
pip install jira
2. 官方文档
https://jira.readthedocs.io/examples.html
3. 使用方法
form jira import JIRA jira = JIRA('http://jira.***.com/', auth=(username, password))
参考链接:
https://www.jianshu.com/p/db8f85ee1e99
https://developer.atlassian.com/server/jira/platform/get-help/