Skip to content

Commit

Permalink
Connector for Tuleap ITS (#275)
Browse files Browse the repository at this point in the history
Co-authored-by: Francisco Mancardi <[email protected]>
  • Loading branch information
atisne and fmancardi authored Oct 20, 2024
1 parent d4e7c2e commit c839c85
Show file tree
Hide file tree
Showing 6 changed files with 824 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/functions/tlIssueTracker.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ class tlIssueTracker extends tlObject
25 => array('type' => 'github','api' =>'rest',
'enabled' => false, 'order' => 25),
26 => array('type' => 'trello','api' =>'rest',
'enabled' => true, 'order' => 26)
'enabled' => true, 'order' => 26),
27 => array('type' => 'tuleap','api' =>'rest',
'enabled' => true, 'order' => 27)
);

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

} // end class
} // end class
Loading

0 comments on commit c839c85

Please sign in to comment.