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 parameter of Jira CLI.

Instructions

Use the getIssueList action with columns parameter to get the list of issues with due date information. To get the required due date information, you have to specify the due Jira column name in the command.

...

The result of the query and the contents of the issues.csv file is as follows:

Image Added


Info
  • The getIssueList action lists issues for a JQL query or per project. 
  • Either the jql or the project parameter must be specified with the getIssueList action.

...