History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CCNET-1223
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Ruben Willems
Reporter: Ruben Willems
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
CruiseControl .NET

CCnet should foresee a way to transform the comments into hyperlinks for integration with issue tracking systems

Created: 18/Aug/08 01:53 AM   Updated: 08/Sep/08 03:04 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.4.1

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
using CCnet itself
for example the comment
CCNet-1195 Create a modification reader to read back the contents of modifications made by the ModificationWriterTask
should be replaced with
<hyperlink>CCNet-1195</hyperlink CCNet-1195 Create a modification reader to read back the contents of modifications made by the ModificationWriterTask
where the item between <hyperlink> and </hyperlink> points to
http://jira.public.thoughtworks.org/browse/CCNET-1195

Resulting in the following
<A HREF="http://jira.public.thoughtworks.org/browse/CCNET-1195">
      CCNet-1195 Create a modification reader to read back the contents of modifications made by the ModificationWriterTask
</A>

 All   Comments   Work Log   Change History      Sort Order:
Ross Patterson [18/Aug/08 10:24 AM]
Isn't this what Modification.Url already is?

David Cameron [24/Aug/08 06:54 AM]
This would provide links to an issue tracker based on some simple syntax? It would be a bit TRAC-like I guess.

For example, the comment at http://trac.edgewall.org/log/trunk/wiki-macros/README?rev=6324 has an embedded link to issue 5576. Trac knows this is an issue number because of the '#'.