Open Chunyu-Hu opened 1 year ago
Nor does specifying e.g. "customfield_36370"
There seems to be no way at all to retrieve custom fields in fact.
--columns string Comma separated list of columns to display in the plain mode.
Accepts: TYPE, KEY, SUMMARY, STATUS, ASSIGNEE, REPORTER, PRIORITY, RESOLUTION, CREATED, UPDATED, LABELS
it's not just custom fields, you can't even specify "epic link" (or is it custom?)
Epic Link
is a custom field.
The --columns
flag doesn't display custom field because those fields are not available in the TUI itself. The TUI should be updated to include these fields first. I'll see if this is easily doable. PRs are welcome in the meantime.
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:
Describe the solution you'd like
Display the required output column, even it's custom field.
Describe alternatives you've considered
Additional context