Feature #4058
Wiki: Referencing to issue contents, status, priority, category, etc.
Status: | New | Start date: | 2009-10-20 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Text formatting | |||
Target version: | - | |||
Resolution: |
Description
The wiki should be able to dynamically reference to and display the contents of issues. For example a macro {{#00001(status)}}
would display the status of issue number 00001, and so on.
History
#1
Updated by Dipan Mehta over 9 years ago
+1. This is very desirable. Even if there are multiple wiki related plugins this is just not there, and I think many aspects of wiki processing should not be done using multiple plugins but should be in the core.
#2
Updated by Toshi MARUYAMA over 9 years ago
- Category set to Text formatting
#3
Updated by Dipan Mehta over 9 years ago
Here is one more very useful case about this feature. Currently we can only link issues numbers like
#1234but this feature will also allow something like
{{#1234(subject)}}which is quite useful.