Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 637 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 637 Bytes

TeamHelper Yii2 Module

Simple Timesheet & Test case management for team collaboration

Timetable

Test Case Management

Installation

Download / clone to yii2 modules/teamhelper folder

Require yii2-inlinegrid extension

Either run

php composer.phar require --prefer-dist dacduong/yii2-inlinegrid "*"

or add

"dacduong/yii2-inlinegrid": "*"

to the require section of your composer.json file.

Extra helper class help to Import Jira ticket from Jira REST API and Jira webhook: helpers\JiraHelper.php