Пример #1
0
 /**
  * Get all the issues that make up the history of this issue
  *
  * @return ArrayList
  */
 public function getHistory()
 {
     return $this->issueService->getIssueHistory($this->me());
 }