hi,
i needs a custom field, which after input sets its own value to the inserted value connected with
the constant string "TestlinkID = ".
Example :
user input = "13" ==> value of custom field = "TestlinkID = 13".
Any Ideas?
wolfgang reis
You'll need to write code for that. Specifically, a listener that will catch the events where it can be changed and re-writes the value after a user updates it. Or, you could have two fields - one for entry and the other derived or automatically populated (again, by listener)
You could write a trivial plugin that subclasses the short text or number field, change the basic text display velocity file so its value is shown as "TestLinkID $value". That way people could also sensibly edit it.
It looks like you're new here. Sign in or register to get started.