+#author("2024-06-20T06:30:26+00:00","","")
+#freeze
+* AutoTicketLink definition [#def]
 
+Reference: https://pukiwiki.osdn.jp/?AutoTicketLink
+
+ - jira https://site1.example.com/jira/browse/
+ -- AAA Project title $1
+ -- BBB Project title $1
+ - jira https://site2.example.com/jira/browse/
+ -- PROJECTA Site2 $1
+
+ (Default definition) pukiwiki.ini.php
+  = array(
+   'title' => 'My JIRA - $1',
+   'base_url' => 'https://issues.example.com/jira/browse/',
+ );