通过PYTHON操作JIRA的COMMENT注释和TRANSITION工作流

这是目前我们的自动化部署系统要作的,所以先实现吧。 ? 1 2 3 4 5 6 7 8 9 10 11 12 >>> from jira import JIRA >>> authed_jira = JIRA(server = ( 'http://jira.internet.com.cn:8080/' ), basic_auth = ( 'chengang' , 'xxxxxxx' )) >>> i
相关文章
相关标签/搜索