Skip to end of banner
Go to start of banner

How to get the duedate information with getIssueList parameter

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

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.

--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. 

Here due is the parameter we use to get the duedate information from Jira issues.
  • No labels