Feature #29489
Issue macro for flexible linking to issues
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Text formatting | |||
Target version: | 4.1.0 | |||
Resolution: |
Description
The attached patch adds an issue(123)
macro which has options similar to the link_to_issue
helper method, giving users maximum control over the level of detail when linking to issues.
{{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
This is somewhat related to #29488
Related issues
Associated revisions
Issue macro for flexible linking to issues (#29489).
Patch by Jens Krämer.
Add "issue" macro to help files (#29489).
Patch by Go MAEDA.
History
#1
Updated by Go MAEDA almost 4 years ago
- Related to Patch #29488: ##123 syntax for linking to issues with tracker name and subject added
#2
Updated by Marius BALTEANU almost 4 years ago
- Related to Feature #26465: Make the format of issue links configurable added
#3
Updated by Go MAEDA almost 4 years ago
- Assignee set to Jean-Philippe Lang
- Target version set to 4.1.0
#4
Updated by Jean-Philippe Lang about 3 years ago
- Status changed from New to Closed
Committed, thanks!
#5
Updated by Go MAEDA almost 3 years ago
- Category changed from Wiki to Text formatting
#6
Updated by Jean-Philippe Lang over 2 years ago
- Tracker changed from Patch to Feature
#7
Updated by Go MAEDA about 1 year ago
- Duplicated by Feature #13052: extended issue link marco - link by id, liby by id and topic, link by topic added