How to retrieve the list of options available for a custom field in Jira using Jira CLI

This article explains how to get the list of options available for a custom field in Jira using Jira Command Line Interface (CLI).

Instructions

The support for retrieving the list of custom field options through the action getCustomFieldOptionList is available since CLI v9.3.0. Refer to the CLI action given below:

--action getCustomFieldOptionList --field "input"

In this action, --field refers to the custom field name.

Use --columns parameter to show only specific columns in the result, as mentioned in the example below:

--action getCustomFieldOptionList --field "input" --columns "Field,Field Name,Name"

It is recommended to test the commands in a non-production environment or run the action with the --simulate parameter to verify the behavior before deploying.



Find answers from the community.

Ask a question to the community.

Log a request with our support team.


Confluence®, Jira®, Atlassian Bamboo®, Bitbucket®, Fisheye®, and Atlassian Crucible® are registered trademarks of Atlassian®
Copyright © 2005 - 2022 Appfire | All rights reserved. Appfire™, the 'Apps for makers™' slogan and Bob Swift Atlassian Apps™ are all trademarks of Appfire Technologies, LLC.