# in Email notification
Hello,
the {BUILD_NUMBER} template parameter in email-notification is not replaced by my settings The Build number is e.g. 3.11.2 And I get in the Email #3.11.2.
How can I remove this character # ??
I need to build a Path in the Email with my build number and # is not a quite good character for URL building.
Thanks
mike
Please sign in to leave a comment.
Mike,
Unfortunately, there is no way to remote it, please watch/vote for this issue: http://youtrack.jetbrains.net/issue/TW-9544.
Hi,
I simply solved the problem, by using the {BUILD_NUMBER_PLAIN} template constant.
But I don't get it. {BUILD_NUMBER} should be the value of the defined build number. Why doing a version with char # ?
If I want this char in the email I can put it there by myself