]> source.dussan.org Git - redmine.git/commitdiff
Add "issue" macro to help files (#29489).
authorGo MAEDA <maeda@farend.jp>
Sun, 23 Jun 2019 04:25:17 +0000 (04:25 +0000)
committerGo MAEDA <maeda@farend.jp>
Sun, 23 Jun 2019 04:25:17 +0000 (04:25 +0000)
Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18313 e93f8b46-1217-0410-a6f0-8f06a7374b81

96 files changed:
public/help/ar/wiki_syntax_detailed_markdown.html
public/help/ar/wiki_syntax_detailed_textile.html
public/help/az/wiki_syntax_detailed_markdown.html
public/help/az/wiki_syntax_detailed_textile.html
public/help/bg/wiki_syntax_detailed_markdown.html
public/help/bg/wiki_syntax_detailed_textile.html
public/help/bs/wiki_syntax_detailed_markdown.html
public/help/bs/wiki_syntax_detailed_textile.html
public/help/ca/wiki_syntax_detailed_markdown.html
public/help/ca/wiki_syntax_detailed_textile.html
public/help/cs/wiki_syntax_detailed_markdown.html
public/help/cs/wiki_syntax_detailed_textile.html
public/help/da/wiki_syntax_detailed_markdown.html
public/help/da/wiki_syntax_detailed_textile.html
public/help/de/wiki_syntax_detailed_markdown.html
public/help/de/wiki_syntax_detailed_textile.html
public/help/el/wiki_syntax_detailed_markdown.html
public/help/el/wiki_syntax_detailed_textile.html
public/help/en-gb/wiki_syntax_detailed_markdown.html
public/help/en-gb/wiki_syntax_detailed_textile.html
public/help/en/wiki_syntax_detailed_markdown.html
public/help/en/wiki_syntax_detailed_textile.html
public/help/es-pa/wiki_syntax_detailed_markdown.html
public/help/es-pa/wiki_syntax_detailed_textile.html
public/help/es/wiki_syntax_detailed_markdown.html
public/help/es/wiki_syntax_detailed_textile.html
public/help/et/wiki_syntax_detailed_markdown.html
public/help/et/wiki_syntax_detailed_textile.html
public/help/eu/wiki_syntax_detailed_markdown.html
public/help/eu/wiki_syntax_detailed_textile.html
public/help/fa/wiki_syntax_detailed_markdown.html
public/help/fa/wiki_syntax_detailed_textile.html
public/help/fi/wiki_syntax_detailed_markdown.html
public/help/fi/wiki_syntax_detailed_textile.html
public/help/fr/wiki_syntax_detailed_markdown.html
public/help/gl/wiki_syntax_detailed_markdown.html
public/help/gl/wiki_syntax_detailed_textile.html
public/help/he/wiki_syntax_detailed_markdown.html
public/help/he/wiki_syntax_detailed_textile.html
public/help/hr/wiki_syntax_detailed_markdown.html
public/help/hr/wiki_syntax_detailed_textile.html
public/help/hu/wiki_syntax_detailed_markdown.html
public/help/hu/wiki_syntax_detailed_textile.html
public/help/id/wiki_syntax_detailed_markdown.html
public/help/id/wiki_syntax_detailed_textile.html
public/help/it/wiki_syntax_detailed_markdown.html
public/help/it/wiki_syntax_detailed_textile.html
public/help/ja/wiki_syntax_detailed_markdown.html
public/help/ja/wiki_syntax_detailed_textile.html
public/help/ko/wiki_syntax_detailed_markdown.html
public/help/ko/wiki_syntax_detailed_textile.html
public/help/lt/wiki_syntax_detailed_markdown.html
public/help/lt/wiki_syntax_detailed_textile.html
public/help/lv/wiki_syntax_detailed_markdown.html
public/help/lv/wiki_syntax_detailed_textile.html
public/help/mk/wiki_syntax_detailed_markdown.html
public/help/mk/wiki_syntax_detailed_textile.html
public/help/mn/wiki_syntax_detailed_markdown.html
public/help/mn/wiki_syntax_detailed_textile.html
public/help/nl/wiki_syntax_detailed_markdown.html
public/help/nl/wiki_syntax_detailed_textile.html
public/help/no/wiki_syntax_detailed_markdown.html
public/help/no/wiki_syntax_detailed_textile.html
public/help/pl/wiki_syntax_detailed_markdown.html
public/help/pl/wiki_syntax_detailed_textile.html
public/help/pt-br/wiki_syntax_detailed_markdown.html
public/help/pt-br/wiki_syntax_detailed_textile.html
public/help/pt/wiki_syntax_detailed_markdown.html
public/help/pt/wiki_syntax_detailed_textile.html
public/help/ro/wiki_syntax_detailed_markdown.html
public/help/ro/wiki_syntax_detailed_textile.html
public/help/ru/wiki_syntax_detailed_markdown.html
public/help/sk/wiki_syntax_detailed_markdown.html
public/help/sk/wiki_syntax_detailed_textile.html
public/help/sl/wiki_syntax_detailed_markdown.html
public/help/sl/wiki_syntax_detailed_textile.html
public/help/sq/wiki_syntax_detailed_markdown.html
public/help/sq/wiki_syntax_detailed_textile.html
public/help/sr-yu/wiki_syntax_detailed_markdown.html
public/help/sr-yu/wiki_syntax_detailed_textile.html
public/help/sr/wiki_syntax_detailed_markdown.html
public/help/sr/wiki_syntax_detailed_textile.html
public/help/sv/wiki_syntax_detailed_markdown.html
public/help/sv/wiki_syntax_detailed_textile.html
public/help/th/wiki_syntax_detailed_markdown.html
public/help/th/wiki_syntax_detailed_textile.html
public/help/tr/wiki_syntax_detailed_markdown.html
public/help/tr/wiki_syntax_detailed_textile.html
public/help/uk/wiki_syntax_detailed_markdown.html
public/help/uk/wiki_syntax_detailed_textile.html
public/help/vi/wiki_syntax_detailed_markdown.html
public/help/vi/wiki_syntax_detailed_textile.html
public/help/zh-tw/wiki_syntax_detailed_markdown.html
public/help/zh-tw/wiki_syntax_detailed_textile.html
public/help/zh/wiki_syntax_detailed_markdown.html
public/help/zh/wiki_syntax_detailed_textile.html

index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index a3d8d785806e45de973cea8453189038a7982278..e5fc54ab591e34a8b062929b207520798303e644 100644 (file)
@@ -280,6 +280,13 @@ Pro rozbalení klikněte na odkaz.
       <dd><p>Zobrazí klikací náhled obrázku. Např.:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index e476f1fecf0126914d533f05384a231091524f64..319e36d98399b30d64e80763c78a298067802015 100644 (file)
@@ -293,6 +293,13 @@ Pro rozbalení klikněte na odkaz.
       <dd><p>Zobrazí klikací náhled obrázku. Např.:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 277948729aad4fd9941fd16ac6ac8c95e7421472..b7d49a645dc39d64da6db1ee32da7942ab1eea29 100644 (file)
@@ -282,6 +282,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 5662f539493dd05efa7cbdfe61900fdccc2d384b..db2278c9eb93f2b65125235f73495a968f7af8cd 100644 (file)
@@ -286,6 +286,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 70638879eb1fc05c6d0f762b40e5f9ad566b2f21..4b786017f5e5812356c652b598ef6aa746d9990b 100644 (file)
@@ -281,6 +281,13 @@ To go live, all you need to add is a database and a web server.
       <dd><p>添付ファイルのクリック可能なサムネイル画像を表示します。以下は使用例です:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>チケットへのリンクをカスタマイズ可能なテキストとともに挿入します。以下は使用例です:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index beb9d62ac6d3e604b61324eee549392063d42ed0..017938c296452e551e29568dd94d487e83c3f740 100644 (file)
@@ -285,6 +285,13 @@ To go live, all you need to add is a database and a web server.
       <dd><p>添付ファイルのクリック可能なサムネイル画像を表示します。以下は使用例です:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>チケットへのリンクをカスタマイズ可能なテキストとともに挿入します。以下は使用例です:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 9ea911c68ebbbab129cea88d90232087eb8ce497..6b3258045e9a09dc96e769c43c83b7c28cf424db 100644 (file)
@@ -286,6 +286,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index dabc6d68127953eb81995a90ed3daf9e8dae178b..1c084d411e0c58074d60283cd3c106a55114b2a7 100644 (file)
@@ -281,6 +281,13 @@ http://www.redmine.org, someone@foo.bar
       <dd><p>Відображає інтерактивні мініатюри вкладеного зображення. Приклади:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 2c3fbe88e7bc5889595aae2e97659bcdd93cbbde..7ab5d3f611554e8d38d5ee93e86ec542c956e6dc 100644 (file)
@@ -285,6 +285,13 @@ bq. Redmine — серверний веб-додаток з відкритим 
       <dd><p>Відображає інтерактивні мініатюри вкладеного зображення. Приклади:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 0732f797ba8b1543fd6b8524c4e45d1901c435e4..f31f793624181b4c7ef29d7ad399c1c5ed0c2afe 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 6ccba3966cd4120abbac032839f9bd24068ad148..580e41d02e05baedc84a55744b9b361ea926d176 100644 (file)
@@ -281,6 +281,13 @@ It can be expanded by clicking a link.
       <dd><p>顯示可被點擊的附加圖像之縮圖。範例:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 780efae677e2a78506fe978099888392c40db435..2bd1b21b5280223037217ad9623411c42c62d5a1 100644 (file)
@@ -285,6 +285,13 @@ It can be expanded by clicking a link.
       <dd><p>顯示可被點擊的附加圖像之縮圖。範例:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index 56a2c3f44504c442dd48cca05878f9c9dcfce9fe..0359edb1b8cffc6a8f1e508edbc63f1475c36c83 100644 (file)
@@ -283,6 +283,13 @@ It can be expanded by clicking a link.
       <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>
 
index f3a66c1ef38bdd9dd015ebc30f479e2e403d9ed8..c8804f90b66ba29996dcab4e0f6b8ffed321ef24 100644 (file)
@@ -285,6 +285,13 @@ To go live, all you need to add is a database and a web server.
       <dd><p>显示一个图像附件的可点击缩略图。示例:</p>
       <pre>{{thumbnail(image.png)}}
 {{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
+
+      <dt><code>issue</code></dt>
+      <dd><p>Inserts a link to an issue with flexible text. Examples:</p>
+      <pre>{{issue(123)}}                              -- Issue #123: Enhance macro capabilities
+{{issue(123, project=true)}}                -- Andromeda - Issue #123:Enhance macro capabilities
+{{issue(123, tracker=false)}}               -- #123: Enhance macro capabilities
+{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
     </dl>
     </p>