It's all about the answers!

Ask a question

Special link syntax options


Case Taintor (1462116) | asked Feb 02 '10, 9:19 a.m.
I feel like I've just stumbled across all the link syntax... for example @username, "work item 122" or "attachment 12" will all be changed into links that link to the appropriate item. Has anyone found some documentation on all the possible link types? I'm just wondering if I'm missing out on other features.

6 answers



permanent link
Patrick Streule (4.9k21) | answered Feb 02 '10, 12:53 p.m.
JAZZ DEVELOPER
I feel like I've just stumbled across all the link syntax... for
example @username, "work item 122" or "attachment
12" will all be changed into links that link to the appropriate
item. Has anyone found some documentation on all the possible link
types? I'm just wondering if I'm missing out on other features.

Mail links like user@company.com are also detected and turn into a
mailto: link, and URLs will also be automatically detected. The
mechanism is extensible, but I am not aware of any other link detector
types than the ones mentioned here.

The aliases for work item types are configurable in the Process
Configuration editor. You can e.g. configure 'rfe' and would get
automatic links for 'rfe 1234'.

--
Regards,
Patrick
Jazz Work Item Team

permanent link
Case Taintor (1462116) | answered Feb 03 '10, 8:55 p.m.
Cool -- where in the Process Configuration editor can I change this? I don't see it anywhere in there.

--Case

permanent link
Ralph Schoon (63.1k33646) | answered Feb 04 '10, 3:01 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
You would e.g. open the Project in Eclipse switch over to the process configuration tab and go to Project Configuration>Configuration Data>Work Items>Types and Attributes.

Some information can be found here: http://publib.boulder.ibm.com/infocenter/rtc/v2r0m0/topic/com.ibm.team.workitem.doc/topics/t_customizing_work_items.html

Ralph
Cool -- where in the Process Configuration editor can I change this? I don't see it anywhere in there.

--Case

permanent link
Case Taintor (1462116) | answered Feb 08 '10, 4:36 p.m.
Thanks for the tip -- I didn't know what Alias had even meant before.

Is there any support for arbitrary aliases? So, where I could make up an alias of "revision" and when I say "revision 13245" it automatically makes a link in the comment that is something like "http://my.svn.viewer/changeset/13245"? Is there a link syntax that I can use in descriptions or comments to roll my own links (where the text of the link is arbitrary)?

You would e.g. open the Project in Eclipse switch over to the process configuration tab and go to Project Configuration>Configuration Data>Work Items>Types and Attributes.

Some information can be found here: http://publib.boulder.ibm.com/infocenter/rtc/v2r0m0/topic/com.ibm.team.workitem.doc/topics/t_customizing_work_items.html

Ralph
Cool -- where in the Process Configuration editor can I change this? I don't see it anywhere in there.

--Case

permanent link
Ralph Schoon (63.1k33646) | answered Feb 09 '10, 1:52 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I honestly don't know. If there are ways to extend this mechanism I'd suggest to have a look at https://jazz.net/wiki/bin/view/Main/RtcSdk20 and to search the extending Team Concert forum http://jazz.net/forums/viewforum.php?f=2.

Ralph

Thanks for the tip -- I didn't know what Alias had even meant before.

Is there any support for arbitrary aliases? So, where I could make up an alias of "revision" and when I say "revision 13245" it automatically makes a link in the comment that is something like "http://my.svn.viewer/changeset/13245"? Is there a link syntax that I can use in descriptions or comments to roll my own links (where the text of the link is arbitrary)?

Cool -- where in the Process Configuration editor can I change this? I don't see it anywhere in there.

--Case

permanent link
Patrick Streule (4.9k21) | answered Feb 09 '10, 5:53 a.m.
JAZZ DEVELOPER
I honestly don't know. If there are ways to extend this mechanism I'd
suggest to have a look at
https://jazz.net/wiki/bin/view/Main/RtcSdk20 and to search
the extending Team Concert forum
http://jazz.net/forums/viewforum.php?f=2.

Ralph

pctaintowrote:
Thanks for the tip -- I didn't know what Alias had even meant
before.

Is there any support for arbitrary aliases? So, where I could make
up an alias of "revision" and when I say "revision
13245" it automatically makes a link in the comment that is
something like "http://my.svn.viewer/changeset/13245"? Is
there a link syntax that I can use in descriptions or comments to
roll my own links (where the text of the link is arbitrary)?

It is an extensible mechanism. Please take a look at

com.ibm.team.foundation.common.TextLinkDetector

and its subclasses.

--
Regards,
Patrick
Jazz Work Item Team

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.