jira python 认证

2021-03-17 03:27

阅读:406

标签:认证   uname   url   atlassian   false   htm   无法登录   pre   无法   

from jira import JIRA
import jira.client
import urllib3
urllib3.disable_warnings()

options = {
‘server‘:‘https://xx,xxx,xxx/‘,
‘verify‘: False #非必填
}
jira = JIRA( options ,basic_auth=(‘uname‘,‘api_token‘))
#https://confluence.atlassian.com/cloud/api-tokens-938839638.html
#得用API tokens  用户密码 无法登录

jira python 认证

标签:认证   uname   url   atlassian   false   htm   无法登录   pre   无法   

原文地址:https://www.cnblogs.com/wwshadow/p/13986769.html


评论


亲,登录后才可以留言!