jira_fields_manage_options
Add, update, or reorder options for a custom field in Jira. Use with jira_fields_get_options to manage field selections.
Instructions
Add, update, or reorder options for a custom field.
Use jira_fields_get_options first to see existing options and their IDs. Returns: {success, field_id, context_id, action}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field_id | Yes | Custom field ID | |
| context_id | Yes | Context ID | |
| action | Yes | 'add' to add new options, 'update' to modify existing, 'reorder' to change order | |
| options | Yes | For 'add': [{'value': 'New Option'}]. For 'update': [{'id': '10001', 'value': 'Updated'}]. For 'reorder': [{'id': '10001', 'position': 'First'}] |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||