Customize Output with Templates
mastergo-jira uses Go's text/template library for output and editor input.
- Customizing a command: Create a file at
.jira.d/templates/<command_name>(e.g.,.jira.d/templates/edit). - Exporting defaults: Run
jira export-templatesto write the hard-coded default templates to~/.jira.d/templates/. - Debugging templates: Use the
debugflag to see the JSON data available to a template:jira view GOJIRA-321 -t debugorjira list -t debug.