Skip to content

Commit c839c85

Browse files
atisnefmancardi
andauthored
Connector for Tuleap ITS (#275)
Co-authored-by: Francisco Mancardi <francisco.mancardi@gmail.com>
1 parent d4e7c2e commit c839c85

6 files changed

Lines changed: 824 additions & 2 deletions

File tree

lib/functions/tlIssueTracker.class.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ class tlIssueTracker extends tlObject
8383
25 => array('type' => 'github','api' =>'rest',
8484
'enabled' => false, 'order' => 25),
8585
26 => array('type' => 'trello','api' =>'rest',
86-
'enabled' => true, 'order' => 26)
86+
'enabled' => true, 'order' => 26),
87+
27 => array('type' => 'tuleap','api' =>'rest',
88+
'enabled' => true, 'order' => 27)
8789
);
8890

8991
var $entitySpec = array('name' => 'string','cfg' => 'string','type' => 'int');
@@ -758,4 +760,4 @@ function checkXMLCfg($xmlString)
758760
return $op;
759761
}
760762

761-
} // end class
763+
} // end class

0 commit comments

Comments
 (0)