ankitpokhrel / jira-cli

🔥 Feature-rich interactive Jira command line.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

--column don't display custom field

Chunyu-Hu opened this issue · comments

commented

Please consider opening a discussion in ideas category if applicable. Your feature will be prioritized on based on the number of votes.

Is your feature request related to a problem? Please describe.

Use jira_1.3.0_linux_x86_64:
The custom fields don't show in list output:

[test] jira issue list -q "project ="RHEL" and 'QA Contact' in ("chuhu'\u0040'redhat.com") and 'Preliminary Testing' !=Pass" --plain --no-headers --columns "key,type,status,resolution,summary,'QA Contact'"
RHEL-311 Story Development sched/psi updates to v6.3-rc1

The config:
issue:
fields:
custom:

        - name: QA Contact                                                                                                                                               
          key: customfield_12315948
          schema:
            datatype: user

Describe the solution you'd like

Display the required output column, even it's custom field.

Describe alternatives you've considered

Additional context

Nor does specifying e.g. "customfield_36370"

There seems to be no way at all to retrieve custom fields in fact.