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