Skip to end of banner
Go to start of banner

How to get list of projects that are updated based on a specific date range

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 2 Next »

This article helps you in getting the list of project names, key, issues based on the date range.

Instructions

You c

  1. Using the below CLI command we can get the list of issues 

     --action runFromProjectList --input "-action getIssueList --jql ""\"project = @project@ AND updatedDate <= 2019-06-30\""" --file July17_1021AM.csv"


  • No labels