Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Instructions

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

Execute the

...

following command to get the list of issues along with the Due Date

...

 and other information:

Code Block
themeMidnight
--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 contents of the issues.csv file is as follows:


Info
  • The action getIssueList, list The getIssueList action lists issues for a JQL query or by per project. 
  • Either the jql or the project is the required parameters for the  parameter must be specified with the getIssueList action.