You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue list command only accepts the following fields to display:
--columns string Comma separated list of columns to display in the plain mode.
Accepts: TYPE, KEY, SUMMARY, STATUS, ASSIGNEE, REPORTER, PRIORITY, RESOLUTION, CREATED, UPDATED
I'd like to also be able to display story points (or virtually any custom field) with something like:
jira issue list --columns key,summary,"Story Points"
Or
jira issue list --columns key,summary,"cf[10001]"
I wondered about passing a JQL, but it doesn't seem it can display additional fields, only filter out the results.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Tangentially related: #293
The
issue list
command only accepts the following fields to display:I'd like to also be able to display story points (or virtually any custom field) with something like:
Or
I wondered about passing a JQL, but it doesn't seem it can display additional fields, only filter out the results.
Am I missing something or is this not possible?
Beta Was this translation helpful? Give feedback.
All reactions