-
git repo में bug tracking जानकारी स्टोर करता है
-
offline में भी इस्तेमाल किया जा सकता है
-
CLI (
git bug *), terminal UI, web UI सपोर्ट -
GitHub/GitLab/Jira के साथ integration bridge सपोर्ट
-
GraphQL API के जरिए दूसरे tools के साथ integration संभव
git repo में bug tracking जानकारी स्टोर करता है
offline में भी इस्तेमाल किया जा सकता है
CLI (git bug *), terminal UI, web UI सपोर्ट
GitHub/GitLab/Jira के साथ integration bridge सपोर्ट
GraphQL API के जरिए दूसरे tools के साथ integration संभव
1 टिप्पणियां
इस तरह code repository में ही bug tracking फीचर जोड़ने वाली चीज़ों में Fossil https://fossil-scm.org/ भी है
यह सिर्फ Bug Tracker ही नहीं, बल्कि Wiki, Forum, Technotes वगैरह भी repository में ही store करता है, और clone करने पर सारा content साथ में मिल जाता है।
यह SQLite के developer Richard Hipp द्वारा बनाया गया है, इसलिए भी काफ़ी जाना जाता है