Question
I'm trying to write a collection of Twiki pages similar to your
ChangeRequest example.
Ideally, in the
ChangeRequestTemplate I'd like to be able to extract the ChangeRequest id from the topic, and use it with the Bugzilla plugin.
Is there any way to extract the id from the topic?
Sorry if this is a basic question, I have looked & looked, but can't locate an answer to this.
Environment
--
TWikiGuest - 16 Mar 2004
Answer
Use a
SpreadSheetPlugin formula to extract the number from the topic name. Example:
%CALC{$VALUE(%TOPIC%)}%
See example in action at
Sandbox.ChangeRequest1026
--
PeterThoeny - 17 Mar 2004