Total Complexity | 2 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
9 | class SprintReportService extends \JiraRestApi\JiraClient |
||
10 | { |
||
11 | use GreenHopperTrait; |
||
12 | |||
13 | private $uri = '/rapid/charts/sprintreport'; |
||
14 | |||
15 | public function __construct(ConfigurationInterface $configuration = null, LoggerInterface $logger = null, $path = './') |
||
19 | } |
||
20 | |||
21 | public function getSprintReportData($rapidViewId, $sprintId, $paramArray = []) |
||
31 |