I am running ca query in JCLI which is giving huge output

jira --action getIssueList  --user ColdBear --password Eskimo jira --server http://Cold.bear.com:8080 --file "E:\temp\Test.csv" --search "Project=Colder AND createdDate >= 2013-04-02 AND createdDate <= 2013-04-10" --outputFormat 999 -v >>err2c.log

Error file is also huge

I have tried formats 200 and 998 but not all fields are coming(some are custom) Issue Type
Key Summary Description Assignee
Reporter
Priority
Status
Resolution
Created Resolved
User Impacted
Updated Root Cause
Linked Issues

Can i Choose specific Fields

有帮助吗?

解决方案

You can choose specific fields like this: --columns "key,2,custom1,custom2"

Source: https://bobswift.atlassian.net/wiki/display/JCLI/Examples

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top