返回 Skill 列表
extension
分类: 开发与工程无需 API Key

gh-listing-project-fields

列出GitHub项目中的自定义字段。用于发现像“状态”或“优先级”这样的字段ID。

person作者: jakexiaohubgithub

Listing Project Fields

Purpose

Retrieves metadata about project fields using the gh project field-list command.

1. Safety & Verification

  • Output Format: Use --format json for detailed field info including option IDs for single-select fields.

2. Common Workflows

Workflow: Discover Field IDs

Finds the internal IDs required for editing item values.

Command:

gh project field-list <project-number> --owner <owner> --format json