レ点腫瘍学ノート

AutoTicketLinkName の履歴の現在との差分(No.20)


#author("2019-12-17T02:19:37+09:00","default:tgoto","tgoto")
#author("2022-12-01T00:43:12+09:00;2021-06-18T20:22:24+09:00","default:tgoto","tgoto")
#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/',
 );
#pcomment