【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/

2. Examples — jira-python 3.1.2.dev9+g064a1cd documentation 

posted @ 2022-03-02 14:14  代码诠释的世界  阅读(411)  评论(0编辑  收藏  举报