* Add sync bug to issue.

This commit is contained in:
lichengjun
2021-06-28 08:38:59 +08:00
parent 6957dcadef
commit 3429d54c09
8 changed files with 103 additions and 3 deletions
+1 -1
View File
@@ -239,7 +239,7 @@ class gitlab extends control
public function test($id = 11)
{
$gitlabID = 11; $projectID = 36;
$gitlabID = 1; $projectID = 7;
$task = $this->loadModel('task')->getByID($id);
$issue = $this->gitlab->taskToIssue($gitlabID, $projectID, $task);
$issue = $this->gitlab->apiCreateIssue($gitlabID, $projectID, $issue);