Which JQL function allows you to find issues that have been updated after a specific date?

  • afterDate()
  • lastUpdated()
  • updatedAfter()
  • updatedDate()
The correct function to find issues updated after a specific date in JIRA's JQL is updatedDate(). This function takes a date parameter and returns issues that were updated after that date.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *