Versions Compared

Key

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

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 the issues with details. 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:

    Code Block
    themeMidnight
    --action getIssueList --project "ZCLI" --file issues.csv --outputFormat 2 --columns "due,Type,Resolution,Assignee,Reporter,Fix Versions,Affects Versions"
  • Here the action getIssueList is used to get the list of

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


Info
  • The action getIssueList, list issues for a JQL query or by

...

Info
Here due is the parameter we use to get the Due Date information from Jira issues.
  • project. 

...

  • jql or project is the required parameters for the getIssueList action