RFR: Select component when filing issue [v5]
Alexey Ivanov
aivanov at openjdk.org
Mon Feb 9 22:12:25 UTC 2026
On Mon, 9 Feb 2026 21:58:17 GMT, Jesper Wilhelmsson <jwilhelm at openjdk.org> wrote:
>> Added missing info about components when filing a JBS issue
>> Also clarified how to close a resolved issue through verification
>
> Jesper Wilhelmsson has updated the pull request incrementally with one additional commit since the last revision:
>
> Update src/guide/jbs-jdk-bug-system.md
>
> Co-authored-by: Alexey Ivanov <alexey.ivanov at oracle.com>
Changes requested by aivanov (no project role).
src/guide/jbs-jdk-bug-system.md line 288:
> 286: When a change is integrated into a project repository, the corresponding JBS issue should be [Resolved]{.jbs-value} with the resolution [Fixed]{.jbs-value}. For the JDK Project, in almost all cases the bots will transition the issue to [Resolved]{.jbs-value}/[Fixed]{.jbs-value} automatically when the changeset is integrated. There are a few more cases where you want to indicate that a change has been integrated into a project repository that must also go through the [Resolved]{.jbs-value} state. In other cases, where you close an issue manually, it should go directly to [Closed]{.jbs-value} with the appropriate resolution. See the [table below](#close-resolve-table) for more details.
> 287:
> 288: An issue in [Resolved]{.jbs-value} state needs to go through [verification](#verifying-an-issue) to end up as [Closed]{.jbs-value}. If you accidentally move an issue to the [Resolved]{.jbs-value} state for a resolution that should only be [Closed]{.jbs-value}, use the "Verify" option in the state transition menu and select verification [None]{.jbs-value}.
I'm still confused as to what version of the suggestion you liked best.
Suggestion:
An issue in the [Resolved]{.jbs-value} state needs to go through [verification](#verifying-an-issue) to end up as [Closed]{.jbs-value}. If you move an issue to [Resolved]{.jbs-value} when it should be [Closed]{.jbs-value}, use the "Verify" option in the state transition menu and select verification [None]{.jbs-value}.
I think my [second suggestion](https://github.com/openjdk/guide/pull/169#discussion_r2774227290) was clearer. I reverted to *“move”* instead of *“transition”* to avoid confusion with *“state transition menu”*; although they're closely related, and perhaps using the same word is better.
-------------
PR Review: https://git.openjdk.org/guide/pull/169#pullrequestreview-3775651558
PR Review Comment: https://git.openjdk.org/guide/pull/169#discussion_r2784767499
More information about the guide-dev
mailing list