Skip to content

AviorAlong/jira-tiime-log-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jira 工时日志导出

环境

  • python 3

下载

git clone [email protected]:AviorAlong/jira-tiime-log-report.git

安装依赖

pip install -r requirements

配置

  • 配置 jira
URL = ''  # jira 地址
USERNSME = '' # jira 账号
PASSWORD = '' # jira 密码
GROUP = '' # 组名
BROWSE = '' # browse url
  • 配置用户

由于jira账号体系有权限,分组,低权限账号不能访问组信息,所以提供user.json 配置文件,配置需要关注的账户信息

[{
    "displayName": "",
    "emailAddress": "",
    "name": ""
}]

运行

指定日期,暂时只支持具体某一天,执行完成后会生成report.md文件

python main.py "xxxx-xx-xx"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages