Download the PHP package wowworks/team-analysis without Composer
On this page you can find all versions of the php package wowworks/team-analysis. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package team-analysis
Analysis
Bitbucket settings
- Log into BitBucket
- Visit the Settings page for your organization
- Click the "OAuth" tab under "Access Management"
- Click the Add Consumer button. Attention! You will need to grant read access to the section: "Account".
- Configure and save.
Jira settings
Add OAuth Consumer
- Create [API Token] (https://confluence.atlassian.com/cloud/api-tokens-938839638.html)
Usage
- Run command
php init
. - Set the Key and Secret shown in the new entry in the list of OAuth consumers at
\common\config\params-local.php
.
For example in URL https://bitbucket.org/teamsinspace/documentation-tests: teamsinspace - your-workspace
; documentation-tests - you-repository-slag
.
3.Add settings for connecting to the database at \common\config\params-local.php
4.Set your Jira params at \common\config\params-local.php
.
5.Apply migrations php yii migrate
.
6.Run command php yii cron/sync "dateFrom"
. Where "dateFrom" is the date from the beginning of which you need to download the data, the "dateFrom" must be in the format "Y-m-d".
When the command run without argument "dateFrom", data will be loaded for the last 24 hours.
All versions of team-analysis with dependencies
dmstr/yii2-adminlte-asset Version ^2.1
gentle/bitbucket-api Version ^1.1
guzzlehttp/guzzle Version ^6.3
kartik-v/yii2-widget-datepicker Version @dev
kartik-v/yii2-widget-select2 Version @dev
lesstif/php-jira-rest-client Version ^1.35
yiisoft/yii2 Version ~2.0.6
yiisoft/yii2-bootstrap Version ~2.0.0
yiisoft/yii2-swiftmailer Version ~2.0.0 || ~2.1.0