Skip to content

jira agent fieldtypes

  • Usage: jira agent fieldtypes [flags]

Print jira-cli's local registry for Jira custom field schema types. Use it when building JSON payloads for create, edit, clone, or move commands and you need to know how a field value is encoded.

The registry is a CLI encoding guide, not a live field list. Combine it with jira issue create --field-help or jira issue edit --field-help when you need the fields configured for one Jira project or issue.

Examples

jira agent fieldtypes # (1)!
jira agent fieldtypes --output=json # (2)!
  1. Inspect local custom field encoding support
  2. Emit the registry as JSON for an agent