I think a little "problem" is the version number string. I bet it has almost no meaning to any backend application.
I'd recommend using the current timestamp anyways:
var timeInMs = Date.now();
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
I think a little "problem" is the version number string. I bet it has almost no meaning to any backend application.
I'd recommend using the current timestamp anyways:
var timeInMs = Date.now();