Git issue tracker
Project description
Git issue tracker
This app track changes in git by receiving web hook from BitBucket and synchronize found issues with Jira in terms of fix version. So it gives 100% guarantee that fix version is set correctly.
BitBucket or Jira could be changed to any other Git or Bug tracker system (should be written by your own).
How does it work
- Webhook (on push) should be set up on the git server.
- Git itself should be installed where this application is started
- Extend
IssueHandler
and implement your own workflow with your bug-tracker system. IE, set fixVersion directly to each task or only for story without subtasks or just add comment where it was merged. For myself I used it together with automationforjira for further no-code processing of received data. - Extend
WebHookDataParser
if you use as git server something different from BitBucket.
Variables to override if needed
TRACKED_BRANCH_REGEXP
: which branches do we track, by default it is set to(release/.*|hotfix/.*|support/.*|develop|dev)
. Here is used git-flow branch modelMERGE_PATTERN_SEARCH_TO_SKIP
: merge pattern which should not be tracked, by default it is set toMerge.*((release\/|support\/|hotfix\/)|(tag)).*(develop|dev).*
.WHITE_LISTED_REPOS
: repositories' name which available for further processing, by default
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file git-issue-tracker-0.0.4.tar.gz
.
File metadata
- Download URL: git-issue-tracker-0.0.4.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c59d42a6af23a8b1157867e5358528864858eb3ea8b9c45abdcc85e1e5b07690 |
|
MD5 | 5aafa9ab082ff0d4dadd7805031ec60a |
|
BLAKE2b-256 | 6593e517ea03b223911514dbcf0370d8431eead8c117ccc51fbc280c5860d64e |
File details
Details for the file git_issue_tracker-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: git_issue_tracker-0.0.4-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7d1119a61ec484acae29d876e4f4e44a90981f645711dd4d5dcc8e676df1f1e |
|
MD5 | b1c69bd50b5ce66daf45c701b1a9f919 |
|
BLAKE2b-256 | 786a52be84755a7dab9f6ab9a657c824a5bd583b9411b142b238cd9bc8eb3e30 |