Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The has field has standard date time search functions in Jira.

Formula (JavaScript): return date

The script must return a numeric representation of the date as a number or string of number for constructor new Date(value) doc.

Code Block
languagejs
new Date().getTime()

or for example: 7 days after creation

Code Block
languagejs
issue.getCreated().getTime() + 7*24*60*60*1000

Image Added

Page Tree
rootFormula field - script field