Versions Compared

Key

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

This article helps you get the duedate field values of Jira issues using getIssueList parameter

Instructions

Execute the below command to get the list of issues along with the duedate information and columns that are provided in the command.

Code Block
--action getIssueList --project "ZCLI" --file issues.csv --outputFormat 2 --columns "due,Type,Resolution,Assignee,Reporter,Fix Versions,Affects Versions"


  1. The above command will give you the due, Type, Resolution, Assignee, Reporter, Fix Versions, Affects Versions (and columns of your choices) details of the issues that are in the ZCLI project. 

Info
Here due is the parameter we use to get the duedate information from Jira issues.