Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

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.

new Date().getTime()

or for example: 7 days after creation

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

  • No labels