AutoTicketLinkName
をテンプレートにして作成
[
Front page
] [
New
|
Page list
|
Search
|
Recent changes
|
Help
|
Log in
]
Start:
#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/',
);
End:
#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/',
);
Page: