Skip to main content
Skip table of contents

DateTime JQL support

The app offers five date-time fields:

  • last comment date

  • first comment date

  • last assignee comment date

  • last agent response date

  • last customer comment date

The custom fields ending with date are native Jira dates and can be compared with time expressions and are therefor most useful in JQLs.

Example JQL queries

Find top discussed issues of the current week

CODE
“Comment Count” > 10 AND “Last Comment Date” > -7d

Find all issues that have not been commented on for the last 3 days and the latest comment is not by the assignee

CODE
“Comment Count” > 0 AND “Last Comment Date” < -3d AND “Last Commenter is Assignee”=”false”

Limitations

Unfortunately Jira is currently not able to compare two custom fields of type date with each other. You can find the corresponding feature request here.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.