Skip to content

Commit 05d6356

Browse files
committed
メモ
1 parent 1ff8c5f commit 05d6356

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/Backup/Copy/Traits/CopyIssue.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ trait CopyIssue {
99
use CopyComment;
1010

1111
public function copyIssueList($src_project_id,$dst_project_id){
12+
// TODO カスタムフィールド
1213
foreach ( $this->src_cli->issue_ids($src_project_id) as $issue_id ) {
1314
$this->copyIssue($issue_id,$dst_project_id);
1415
}

0 commit comments

Comments
 (0)