Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.95 KB

README.md

File metadata and controls

39 lines (32 loc) · 1.95 KB

qa_report_auto_generator

Shippable

Call Jira API to generate qa report automatically every sprint, the only thing you need to do is provide the sprint id and board id.

Tags: 1.0: 1.Use google charts to render charts on HTEML(need access to google while using this tool.) 2.User JIRA library to generate all the neeeded data, then embedded into data area of google charts. 3.Replace template HTML file with real Data generated by step 2. 4.User can manually open the HTML file to check the report.

1.2: 1.Use google charts to render charts on HTEML(need access to google while using this tool.) 2.User JIRA library to generate all the neeeded data, then embedded into data area of google charts. 3.Use Flask to render a index page to let user input all the variables. 4.Render the html file based on the template html file.

2.0: 1.Use Flask Completely. 2.All the values are relay on user's input. 3.User can run flask_main.py from terminal to start test sever to see the results.

3.0 & 3.1 1.Add wsgi_handler.wsgi to make application support Apache(3.0). 2.Change the bug trends with stacked chart, and add hyper-link to each of the listed issues.

4.0 1.Fix bug -- return value of "story_share_detail" in flask_main.py return all of the issue instead of the issues without linked storoies. 2.Add a customized page to support filter with components(Now hard coded into config.py, user can search
<#For engage team, customized usage> for detail, and support for replaced with user defined components, as long as the quick filter is
defined like: Name JQL Android "component in ("Efekta 15 Smartphone Android", Android)" 3.Fix issue of the return value of resolved date -- get_issue_resolved_status_by_date. 4.Add customized title for customized components.

4.2 Switch google charts to Hicharts, no need vpn to view the generated charts.