Skip to end of banner
Go to start of banner

How to get the Due Date information with getIssueList parameter using Jira CLI

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

This article helps you to get the Due Date field values of Jira issues using getIssueList parameter of Jira CLI.

Instructions

Use the getIssueList action with columns parameters to get the list of issues with due date information. To get the Due Date information, you have to use the column name as due

  • Execute the below command to get the list of issues along with the Due Date information and columns that are provided in the command:

    --action getIssueList --project "ZCLI" --file issues.csv --outputFormat 2 --columns "due,Type,Resolution,Assignee,Reporter,Fix Versions,Affects Versions"
  • The result of the query and the issues.csv file is as follows:


  • The action getIssueList, list issues for a JQL query or by project. 
  • jql or project is the required parameters for the getIssueList action
  • No labels