How to retrieve the list of issues based on updatedDate using Jira Command Line Interface (CLI)

This article helps you retrieve the list of issues based on the updated date using Jira Command Line Interface (CLI).

Instructions

In this example, using the action getIssueList, one can retrieve the list of issues that were updated as per the date mentioned in the JQL. 

  • If you are using a Windows machine

    --action getIssueList --jql ""\"project = @project@ AND updatedDate <= 2019-06-30\"""
  • If you are using a Linux machine

     --action getIssueList --jql ""\"project = @project@ AND updatedDate <= 2019-06-30\"""

The parameters used in the above script are:

  • jql : Standard way to specify a search for issues in getIssueList, runFromIssueList, and similar CLI actions.


  • This scenario is applicable to CLI v9.4 and above. 
  • Make necessary changes to the JQL based on the requirement.
  • The above commands work on a Linux machine. Make sure you update the syntax accordingly for Windows machines.


Find answers from the community.

Ask a question to the community.

Log a request with our support team.


Confluence®, Jira®, Atlassian Bamboo®, Bitbucket®, Fisheye®, and Atlassian Crucible® are registered trademarks of Atlassian®
Copyright © 2005 - 2022 Appfire | All rights reserved. Appfire™, the 'Apps for makers™' slogan and Bob Swift Atlassian Apps™ are all trademarks of Appfire Technologies, LLC.