Create 0522_13.md

This commit is contained in:
MacrosMeng 2026-05-22 23:16:09 +08:00 committed by GitHub
parent 35bdcf2af8
commit e5c510ebf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

22
source/_posts/0522_13.md Normal file
View File

@ -0,0 +1,22 @@
------
title: "05/22 Vol.13 更新 - GitHub Issue 字段现已公开预览"
date: 2026-05-22 23:00:00
tags: [Daily, Updates, GitHub]
categories: [Daily]
------
根据 [GitHub Blogs](https://github.blog/changelog/2026-05-21-issue-fields-are-now-in-public-preview-for-all-organizations/) 消息GitHub Issue 字段 (Issue Fields) 已经针对公众开放预览。
Issue 字段提供了以前需要多个诸如 `优先级·高``优先级·中` 之类的标签才能实现的功能,使 Issue 管理更加方便。
Issue 字段支持四种类型(即单选、文本、数字和日期)。针对每个 Issue Type默认为 Issue, Enhancement, Task 中的一种)可以单独配置字段的元素。这些配置基于组织,你可以在组织设置 → Planning → Issue Fields 中找到。
目前,你可以:
- 获得来自 GitHub 的默认模板(英文)
- 新增、编辑或删除字段
- 修改字段在哪些 Issue Type(s) 中出现
- 配置字段可见性(默认为仅成员)
- 配置单选字段的每个值(包括颜色、名称、描述)
OhMyIWB 附截图如下:
![Priority](/sources/images/0522_13_1.md)