Hi, i am wanting to have a custom field powered by javascript which simply looks at the created date and adds 24 hours to that.
How can i achieve this as my code doesnt seem to work
<!-- @@Formula: if (issue.get("resolutiondate") == null || issue.get("created")==null) return null; else return (issue.get("created").getTime() + 60*60*24*1000); -->
You can use Script Runner plugin (use behaviours functionality)
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.