发布

  • [OPIK-6948] [DOCS] docs: document Jira key convention to prevent PR over-linking (#7187)

    frostbyte_neo 发布于 2026-06-23 13:53:34 +00:00

    The GitHub for Jira app links a PR to a ticket's Development panel for any
    OPIK- it finds in the branch, PR title, PR body, or commit messages,
    with no notion of intent and no way to un-link. Document a convention so free
    text only links tickets a PR actually resolves: resolved tickets keep the
    hyphen (OPIK-1234, links wanted); related-but-not-resolved tickets break the
    hyphen (OPIK_1234) and carry no Jira URL.

    Covers the PR template, CONTRIBUTING, the git-workflow rule, and the create-pr
    and work-on-jira-ticket skills so AI-generated commit messages and PR bodies
    emit the convention by default.

    Active enforcement (pre-commit hard-block + pr-lint check) is the follow-up,
    OPIK_6949.

    Implements OPIK-6948: Prevent GitHub-Jira integration from over-linking
    unrelated tickets to PRs.

    下载附件