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
It would be nice to have the ability to format the output of jira issue list using Go templates. This is what I have to do now to get the output I need for importing in another tool:
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
-
It would be nice to have the ability to format the output of
jira issue list
using Go templates. This is what I have to do now to get the output I need for importing in another tool:I would be happy to use this instead of Awk:
I would expect that
--no-headers
would be implied by the use of--plain
and--format
.Ideally, we would be able to also include desired custom fields, perhaps as
{{ .Custom.story-points }}
for example.Beta Was this translation helpful? Give feedback.
All reactions