Bitbucket: copy commit reference

Adds a "Copy commit reference" link to every commit page on Bitbucket Cloud and Bitbucket Server.

이 스크립트 설치?
작성자 추천 스크립트

Jira copy summary 스크립트도 사용해 보세요.

이 스크립트 설치
작성자
andrybak
일일 설치 수
0
총 설치 수
17
평점
0 0 0
버전
16
생성일
2023-07-12
갱신일
2024-12-10
크기
18.2KB
라이선스
AGPL-3.0-only
적용 사이트

Bitbucket: copy commit reference

Adds "Copy commit reference" link to every commit page. Commit reference is a commonly used format to refer to past commits. It looks like this:

1f0fc1d (pretty: implement 'reference' format, 2019-11-20)

The copied reference supports plain text and rich text editors, with clickable links to the commit, Jira issues, and Bitbucket pull requests.

This script supports both Bitbucket Server and Bitbucket Cloud.

Instructions

The script uses @include rules to work on any domain that includes the word bitbucket. If your browser doesn't support @include (which might happen in the future when Chrome switches to Manifest V3 browser extensions) or your Bitbucket Server uses a domain which doesn't include the word bitbucket, you'll have to manually add your domain. Up-to-date instructions are at https://github.com/rybak/atlassian-tweaks#custom-domains

Source code

Source code and full history can be seen on GitHub: https://github.com/rybak/atlassian-tweaks/blob/main/bitbucket-copy-commit-reference.user.js

See also