admin管理员组

文章数量:1356914

My company uses bitbucket data center but we are using our own issue tracker. We would like to convert text like bug#14 and feature#534 which appears in commit messages into links which leads to our issue tracker. We are willing to code our own plugin but the documentation is quite vague. Please advice.

My company uses bitbucket data center but we are using our own issue tracker. We would like to convert text like bug#14 and feature#534 which appears in commit messages into links which leads to our issue tracker. We are willing to code our own plugin but the documentation is quite vague. Please advice.

Share Improve this question edited Mar 31 at 9:53 Victor asked Mar 31 at 9:30 VictorVictor 6264 silver badges12 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

This can get you started on how they identify issue keys in different areas of BB.

https://github/atlassian/atlascode/blob/main/src/bitbucket/issueKeysExtractor.ts

本文标签: