<!-- Google Tag Manager (noscript) -->
	<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P44THP6"
	height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->{"id":1934,"date":"2022-03-03T06:46:20","date_gmt":"2022-03-03T01:16:20","guid":{"rendered":"https:\/\/bugasura.io\/blog\/?p=1934"},"modified":"2022-05-25T12:26:39","modified_gmt":"2022-05-25T06:56:39","slug":"what-do-developers-in-hackernews-think-about-existing-bug-trackers","status":"publish","type":"post","link":"https:\/\/bugasura.io\/blog\/what-do-developers-in-hackernews-think-about-existing-bug-trackers\/","title":{"rendered":"What do developers in HackerNews think about existing Bug Trackers?"},"content":{"rendered":"<span class=\"rt-reading-time\" style=\"display: block;\"><span class=\"rt-label rt-prefix\"><\/span> <span class=\"rt-time\">4<\/span> <span class=\"rt-label rt-postfix\">minute read<\/span><\/span>\n<figure class=\"wp-block-image size-large\"><img width=\"1024\" height=\"396\" src=\"https:\/\/i0.wp.com\/bugasura.io\/blog\/wp-content\/uploads\/2022\/03\/What-do-developers-in-HackerNews-think-about-existing-Bug-Trackers_.png?resize=1024%2C396&#038;ssl=1\" alt=\"What do developers in HackerNews think about existing Bug Trackers\" class=\"wp-image-2234\" srcset=\"https:\/\/i0.wp.com\/bugasura.io\/blog\/wp-content\/uploads\/2022\/03\/What-do-developers-in-HackerNews-think-about-existing-Bug-Trackers_.png?resize=1024%2C396&amp;ssl=1 1024w, https:\/\/i0.wp.com\/bugasura.io\/blog\/wp-content\/uploads\/2022\/03\/What-do-developers-in-HackerNews-think-about-existing-Bug-Trackers_.png?resize=300%2C116&amp;ssl=1 300w, https:\/\/i0.wp.com\/bugasura.io\/blog\/wp-content\/uploads\/2022\/03\/What-do-developers-in-HackerNews-think-about-existing-Bug-Trackers_.png?resize=768%2C297&amp;ssl=1 768w, https:\/\/i0.wp.com\/bugasura.io\/blog\/wp-content\/uploads\/2022\/03\/What-do-developers-in-HackerNews-think-about-existing-Bug-Trackers_.png?resize=1536%2C594&amp;ssl=1 1536w, https:\/\/i0.wp.com\/bugasura.io\/blog\/wp-content\/uploads\/2022\/03\/What-do-developers-in-HackerNews-think-about-existing-Bug-Trackers_.png?resize=400%2C155&amp;ssl=1 400w, https:\/\/i0.wp.com\/bugasura.io\/blog\/wp-content\/uploads\/2022\/03\/What-do-developers-in-HackerNews-think-about-existing-Bug-Trackers_.png?w=1920&amp;ssl=1 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" data-recalc-dims=\"1\" \/><\/figure>\n\n\n\n<p>Back in the 90s and 2000s, software developers were notorious for chanting, \u201cIt&#8217;s not a bug, it&#8217;s a feature\u201d whenever there was a glitch reported in their software design. We\u2019ve come a long way since then. GNATS came out as the world\u2019s first stable bug tracker in 1992, and bug&nbsp;<\/p>\n\n\n\n<p>tracking has now become a routine process for every software developer and distributor. Bug tracking and reporting software, too, has evolved over time.&nbsp;<\/p>\n\n\n\n<p>Change is inevitable, isn\u2019t it? Unfortunately, that has not been the case in the bug tracking world. Enterprises and companies, big and small, keep working with legacy bug trackers. These bug trackers are bulky, complex, and slow. What\u2019s more, they slow down software development. In an age where the speed of moving is supercritical, many startups remain oblivious that their bug tracking system is slowing them down.&nbsp;<\/p>\n\n\n\n<p>The tipping point is coming.&nbsp;<\/p>\n\n\n\n<h3>Grasping the depth of the problem&nbsp;<\/h3>\n\n\n\n<p>Let us take the case of a startup a decade ago. Legacy bug tracking tools were clunky and had several developers reopen bugs over days and weeks. Faced with resource crunch, everyone in the start-up had to sift through data, find bugs, and fix whatever they would find on the go. Software development cycles often came to a grinding halt, and development cycles had to be inevitably extended. The alternate scenario was extended working hours for multiple developers and an increase in late-night cab services for those developers.&nbsp;<\/p>\n\n\n\n<h3>Is the situation now any different?&nbsp;<\/h3>\n\n\n\n<p>Cut to 2021. Improving quality pales in comparison to creating new features. Several enterprises are making strides in the automation space, which also necessitates maintenance. A job caused by regression means that when one bug is fixed, another one appears somewhere else. It still takes time, and those late-night cabs still ply sleep-deprived developers. Existing bug tracking systems, especially those that have been used for years now, don\u2019t seem to help.&nbsp;<\/p>\n\n\n\n<p>And this is just the tip of the iceberg. We cannot stress enough the importance of a good Bug Tracker. The case study also highlights how essential the coordination between the developing and testing team is. Thus, a developer&#8217;s opinion in choosing a bug tracking software is indispensable.&nbsp;<\/p>\n\n\n\n<h3><strong>What do the developers in HackerNews think of existing Bug Trackers?&nbsp;<\/strong><\/h3>\n\n\n\n<p>Here&#8217;s a list of existing bug trackers and what HackerNews developers think of them in a nutshell:&nbsp;<\/p>\n\n\n\n<h3><strong>1. Ditz&nbsp;<\/strong><\/h3>\n\n\n\n<ul><li>A simple, lightweight distributed issue tracker designed to work with distributed version control systems like Git, Mercurial, and Bazaar.<\/li><li>The directory of bugs is stored on a disk and can be kept in version control like project code is.\u00a0<\/li><li>Additionally, the UI for updating and creating the database storing files is console-based.\u00a0<\/li><li>The files are written in an editable and line-based format.\u00a0<\/li><\/ul>\n\n\n\n<h3><strong>2. PyDitz&nbsp;<\/strong><\/h3>\n\n\n\n<ul><li>PyDitz is the Pythonic drop-in replacement for Ditz. If that makes you think it follows the original to a T, you will be pleasantly surprised.\u00a0<\/li><li>A neat auto-completion feature on issue, release, and command names. PyDitz maintains a cache of bugs that occurred previously, and therefore, you don&#8217;t have to parse all YAML files while executing every command. This improves your resolving speed in case of frequently occurring bugs.\u00a0<\/li><li>Python programs and PyDitz&#8217;s database engine can help bug database migration across bug trackers.\u00a0<\/li><\/ul>\n\n\n\n<h3><strong>3. Jira&nbsp;<\/strong><\/h3>\n\n\n\n<ul><li><a href=\"https:\/\/www.atlassian.com\/software\/jira\">Jira<\/a> is the market leader in customizing itself to any company&#8217;s workflow; however, its speed is a huge dampener.\u00a0<\/li><li>Deployment across all platforms- web, desktop, cloud, SaaS, on-Prem, Web-based, and mobile is handy. On-Prem deployment is subject to a pricey Data Center license, which is problematic.\u00a0<\/li><li>Notifications in Jira can be highly customized, even setting up filters to automatically move to *\/automated\/Jira directories.\u00a0<\/li><li>An issue without description can be created and concealed. This is annoying since testers don&#8217;t understand why it was raised in the first place.\u00a0<\/li><\/ul>\n\n\n\n<h3><strong>4. Zoho Desk&nbsp;<\/strong><\/h3>\n\n\n\n<ul><li>Zoho is now head-to-head with Jira. Its most famous USP is its escalations management feature, which other bug trackers don&#8217;t offer yet.\u00a0<\/li><li>Its extensive support and training options.\u00a0<\/li><\/ul>\n\n\n\n<h3><strong>5. Bugasura&nbsp;<\/strong><\/h3>\n\n\n\n<ul><li>Developers feel that the current bug trackers are generic and workflow-oriented than bug closure. <a href=\"https:\/\/bugasura.io\">Bugasura<\/a> brings a welcome change with faster closing before release. &#8216;Nudges&#8217; are bug resolution reminders at various points of the bug lifecycle. Developers want this tweaked so that they are notified only for tasks that need to be resolved in real-time- a client call or server failing. Otherwise, it becomes a hindrance since it constantly competes for the developer&#8217;s attention.\u00a0<\/li><li>Threshold of bug tracking on every page &lt;100ms.\u00a0<\/li><\/ul>\n\n\n\n<p>After a careful analysis of the aspects that work for bug trackers and the ones that cause the most heartbreak, here are the key takeaways from the platform.&nbsp;<\/p>\n\n\n\n<h3><strong>Key Takeaways:&nbsp;<\/strong><\/h3>\n\n\n\n<ul><li>Exiting bug trackers are user-friendly but give away their implementation. Require too much effort to set up the environment initially. Developers do not want their front-end or testing teams to have to do so much solely for ticketing. For example, the Ruby implementation of Ditz needs the installation of the package &#8216;gem,&#8217; the Python implementation necessitates &#8216;pip install PyDitz,&#8217; while Radicle necessitates a complete overhaul of the existing track.\u00a0<\/li><li>Given a choice, developers would happily adopt Bugasura in place of Jira. The most well-received feature is the bug tracking performance of Bugasura. In their words, most SaaS require sweeping developments in this area.\u00a0<\/li><li>Future work on bug trackers should make it executable, Git-based, local(offline), redundant, and faster.\u00a0<\/li><li>Making the bug tracker serverless is advantageous since the user can make changes offline, combine their commits, prevent disruption of the bug tracker and low latency.\u00a0<\/li><\/ul>\n\n\n\n<p>The multitude of modifications, appreciation for specific metrics, and the downers for existing bug tracking software show the amount of work, resources, time that organizations need to invest in this area. This is time that is critical for improving the speed of development, increasing efficiency and promoting a healthier quality of life among engineers.&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p><span class=\"rt-reading-time\" style=\"display: block;\"><span class=\"rt-label rt-prefix\"><\/span> <span class=\"rt-time\">4<\/span> <span class=\"rt-label rt-postfix\">minute read<\/span><\/span> Back in the 90s and 2000s, software developers were notorious for chanting, \u201cIt&#8217;s not a bug, it&#8217;s a feature\u201d whenever there was a glitch reported in their software design. We\u2019ve come a long way since then. GNATS came out as the world\u2019s first stable bug tracker in 1992, and bug&nbsp; tracking has now become a routine process for every software developer and distributor. Bug tracking and reporting software, too, has evolved over time.&nbsp; Change is inevitable, isn\u2019t it? Unfortunately, that has not been the case in the bug tracking world. Enterprises and companies, big and small, keep working with legacy [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":2234,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[138],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.14 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What do developers in HackerNews think about existing Bug Trackers? - Bugasura Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bugasura.io\/blog\/what-do-developers-in-hackernews-think-about-existing-bug-trackers\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What do developers in HackerNews think about existing Bug Trackers? - Bugasura Blog\" \/>\n<meta property=\"og:description\" content=\"4 minute read Back in the 90s and 2000s, software developers were notorious for chanting, \u201cIt&#8217;s not a bug, it&#8217;s a feature\u201d whenever there was a glitch reported in their software design. We\u2019ve come a long way since then. GNATS came out as the world\u2019s first stable bug tracker in 1992, and bug&nbsp; tracking has now become a routine process for every software developer and distributor. Bug tracking and reporting software, too, has evolved over time.&nbsp; Change is inevitable, isn\u2019t it? Unfortunately, that has not been the case in the bug tracking world. Enterprises and companies, big and small, keep working with legacy [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bugasura.io\/blog\/what-do-developers-in-hackernews-think-about-existing-bug-trackers\/\" \/>\n<meta property=\"og:site_name\" content=\"Bugasura Blog\" \/>\n<meta property=\"article:published_time\" content=\"2022-03-03T01:16:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-05-25T06:56:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i0.wp.com\/bugasura.io\/blog\/wp-content\/uploads\/2022\/03\/What-do-developers-in-HackerNews-think-about-existing-Bug-Trackers_.png?fit=1920%2C743&ssl=1\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"743\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Bugasura\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Bugasura\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/bugasura.io\/blog\/what-do-developers-in-hackernews-think-about-existing-bug-trackers\/\",\"url\":\"https:\/\/bugasura.io\/blog\/what-do-developers-in-hackernews-think-about-existing-bug-trackers\/\",\"name\":\"What do developers in HackerNews think about existing Bug Trackers? - Bugasura Blog\",\"isPartOf\":{\"@id\":\"https:\/\/bugasura.io\/blog\/#website\"},\"datePublished\":\"2022-03-03T01:16:20+00:00\",\"dateModified\":\"2022-05-25T06:56:39+00:00\",\"author\":{\"@id\":\"https:\/\/bugasura.io\/blog\/#\/schema\/person\/be2071c1b4695d6cc98ca69a9e2a1f40\"},\"breadcrumb\":{\"@id\":\"https:\/\/bugasura.io\/blog\/what-do-developers-in-hackernews-think-about-existing-bug-trackers\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/bugasura.io\/blog\/what-do-developers-in-hackernews-think-about-existing-bug-trackers\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/bugasura.io\/blog\/what-do-developers-in-hackernews-think-about-existing-bug-trackers\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/bugasura.io\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What do developers in HackerNews think about existing Bug Trackers?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/bugasura.io\/blog\/#website\",\"url\":\"https:\/\/bugasura.io\/blog\/\",\"name\":\"Bugasura Blog\",\"description\":\"Bug reporting and bug tracking solution Bugasura is a simple to use tool helping in software bug tracking, bug reporting and development. The tool is a part of the Bugasura Platform.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/bugasura.io\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/bugasura.io\/blog\/#\/schema\/person\/be2071c1b4695d6cc98ca69a9e2a1f40\",\"name\":\"Bugasura\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/bugasura.io\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/bugasura.io\/blog\/wp-content\/wphb-cache\/gravatar\/919\/91912bd1c4600a742a1cd10a68d5ac75x96.jpg\",\"contentUrl\":\"https:\/\/bugasura.io\/blog\/wp-content\/wphb-cache\/gravatar\/919\/91912bd1c4600a742a1cd10a68d5ac75x96.jpg\",\"caption\":\"Bugasura\"},\"url\":\"https:\/\/bugasura.io\/blog\/author\/bugasura\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What do developers in HackerNews think about existing Bug Trackers? - Bugasura Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/bugasura.io\/blog\/what-do-developers-in-hackernews-think-about-existing-bug-trackers\/","og_locale":"en_US","og_type":"article","og_title":"What do developers in HackerNews think about existing Bug Trackers? - Bugasura Blog","og_description":"4 minute read Back in the 90s and 2000s, software developers were notorious for chanting, \u201cIt&#8217;s not a bug, it&#8217;s a feature\u201d whenever there was a glitch reported in their software design. We\u2019ve come a long way since then. GNATS came out as the world\u2019s first stable bug tracker in 1992, and bug&nbsp; tracking has now become a routine process for every software developer and distributor. Bug tracking and reporting software, too, has evolved over time.&nbsp; Change is inevitable, isn\u2019t it? Unfortunately, that has not been the case in the bug tracking world. Enterprises and companies, big and small, keep working with legacy [&hellip;]","og_url":"https:\/\/bugasura.io\/blog\/what-do-developers-in-hackernews-think-about-existing-bug-trackers\/","og_site_name":"Bugasura Blog","article_published_time":"2022-03-03T01:16:20+00:00","article_modified_time":"2022-05-25T06:56:39+00:00","og_image":[{"width":1920,"height":743,"url":"https:\/\/i0.wp.com\/bugasura.io\/blog\/wp-content\/uploads\/2022\/03\/What-do-developers-in-HackerNews-think-about-existing-Bug-Trackers_.png?fit=1920%2C743&ssl=1","type":"image\/png"}],"author":"Bugasura","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Bugasura","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/bugasura.io\/blog\/what-do-developers-in-hackernews-think-about-existing-bug-trackers\/","url":"https:\/\/bugasura.io\/blog\/what-do-developers-in-hackernews-think-about-existing-bug-trackers\/","name":"What do developers in HackerNews think about existing Bug Trackers? - Bugasura Blog","isPartOf":{"@id":"https:\/\/bugasura.io\/blog\/#website"},"datePublished":"2022-03-03T01:16:20+00:00","dateModified":"2022-05-25T06:56:39+00:00","author":{"@id":"https:\/\/bugasura.io\/blog\/#\/schema\/person\/be2071c1b4695d6cc98ca69a9e2a1f40"},"breadcrumb":{"@id":"https:\/\/bugasura.io\/blog\/what-do-developers-in-hackernews-think-about-existing-bug-trackers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bugasura.io\/blog\/what-do-developers-in-hackernews-think-about-existing-bug-trackers\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/bugasura.io\/blog\/what-do-developers-in-hackernews-think-about-existing-bug-trackers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bugasura.io\/blog\/"},{"@type":"ListItem","position":2,"name":"What do developers in HackerNews think about existing Bug Trackers?"}]},{"@type":"WebSite","@id":"https:\/\/bugasura.io\/blog\/#website","url":"https:\/\/bugasura.io\/blog\/","name":"Bugasura Blog","description":"Bug reporting and bug tracking solution Bugasura is a simple to use tool helping in software bug tracking, bug reporting and development. The tool is a part of the Bugasura Platform.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bugasura.io\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/bugasura.io\/blog\/#\/schema\/person\/be2071c1b4695d6cc98ca69a9e2a1f40","name":"Bugasura","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bugasura.io\/blog\/#\/schema\/person\/image\/","url":"https:\/\/bugasura.io\/blog\/wp-content\/wphb-cache\/gravatar\/919\/91912bd1c4600a742a1cd10a68d5ac75x96.jpg","contentUrl":"https:\/\/bugasura.io\/blog\/wp-content\/wphb-cache\/gravatar\/919\/91912bd1c4600a742a1cd10a68d5ac75x96.jpg","caption":"Bugasura"},"url":"https:\/\/bugasura.io\/blog\/author\/bugasura\/"}]}},"jetpack_featured_media_url":"https:\/\/i0.wp.com\/bugasura.io\/blog\/wp-content\/uploads\/2022\/03\/What-do-developers-in-HackerNews-think-about-existing-Bug-Trackers_.png?fit=1920%2C743&ssl=1","jetpack-related-posts":[{"id":1901,"url":"https:\/\/bugasura.io\/blog\/what-does-a-developer-savvy-bug-tracking-tool-do\/","url_meta":{"origin":1934,"position":0},"title":"What does a developer-savvy bug tracking tool do?","date":"March 2, 2022","format":false,"excerpt":"Building software applications is a collaborative process. Teams of developers and testers work together to make software programs performance-optimized and free of bugs to deliver a superior user experience.\u00a0 Almost always, developer teams work under extremely demanding time constraints. Under such circumstances, it is vital for everyone in the team\u2026","rel":"","context":"In &quot;Development&quot;","img":{"alt_text":"What does a developer-savvy bug tracking tool do","src":"https:\/\/i0.wp.com\/bugasura.io\/blog\/wp-content\/uploads\/2022\/03\/What-does-a-developer-savvy-bug-tracking-tool-do_-tinypng-.png?fit=1200%2C464&ssl=1&resize=350%2C200","width":350,"height":200},"classes":[]},{"id":2319,"url":"https:\/\/bugasura.io\/blog\/what-would-a-reinvented-bug-tracker-visually-look-like\/","url_meta":{"origin":1934,"position":1},"title":"What Would a Reinvented Bug Tracker Visually Look Like?","date":"May 12, 2022","format":false,"excerpt":"The bug tracker is among the least reinvented products in decades. We are changing it. But even before we reinvented it, we asked \u2013 what does a reinvented bug tracker look like? Why reinvent something that is working? Bug tracking tools empower development teams at every step of the bug\u2026","rel":"","context":"In &quot;Project Management&quot;","img":{"alt_text":"What would a reinvented bug tracker visually look like","src":"https:\/\/i0.wp.com\/bugasura.io\/blog\/wp-content\/uploads\/2022\/05\/What-would-a-reinvented-bug-tracker-visually-look-like_-tinypng.png?fit=1200%2C464&ssl=1&resize=350%2C200","width":350,"height":200},"classes":[]},{"id":1949,"url":"https:\/\/bugasura.io\/blog\/a-great-project-management-tool-may-not-be-a-great-tracker-heres-why\/","url_meta":{"origin":1934,"position":2},"title":"A great project management tool may not be a great tracker. Here&#8217;s why?","date":"March 4, 2022","format":false,"excerpt":"In the not too distant past, project teams comprised close-knit groups that were all co-located with their managers.\u00a0 Today\u2019s modern workplace is rather different. The project teams are characterized by globally distributed teams, remote working, and online collaboration. The need to cope with project planning, organization, assigning accountability, and following-up,\u2026","rel":"","context":"In &quot;Project Management&quot;","img":{"alt_text":"A great project management tool may not be a great tracker. Here\u2019s why","src":"https:\/\/i0.wp.com\/bugasura.io\/blog\/wp-content\/uploads\/2022\/03\/A-great-project-management-tool-may-not-be-a-great-tracker.-Heres-why_-tinypng-.png?fit=1200%2C464&ssl=1&resize=350%2C200","width":350,"height":200},"classes":[]},{"id":1897,"url":"https:\/\/bugasura.io\/blog\/how-do-founders-choose-a-bug-tracker-for-their-start-ups\/","url_meta":{"origin":1934,"position":3},"title":"How do founders choose a bug tracker for their start-ups?","date":"March 2, 2022","format":false,"excerpt":"Founding a start-up and coding is complicated enough to keep founders and the start-up's teams busy. With myriad things on their plates to worry about, start-ups can do without having to deal with either an inadequate or an overly unwieldy and complicated bug tracker.\u00a0 A bug tracking tool is necessary\u2026","rel":"","context":"In &quot;Startups&quot;","img":{"alt_text":"How do founders choose a bug tracker for their start-ups","src":"https:\/\/i0.wp.com\/bugasura.io\/blog\/wp-content\/uploads\/2022\/03\/How-do-founders-choose-a-bug-tracker-for-their-start-ups_-tinypng-.png?fit=1200%2C464&ssl=1&resize=350%2C200","width":350,"height":200},"classes":[]},{"id":1888,"url":"https:\/\/bugasura.io\/blog\/bug-tracker-for-enterprises-versus-startups\/","url_meta":{"origin":1934,"position":4},"title":"Bug tracker for enterprises versus startups","date":"February 28, 2022","format":false,"excerpt":"Founding your own high-tech startup business is like becoming a parent to a newborn baby - it requires different tools, strategies, and requirements. On the other hand, Big companies like Google generally \"learn to live\" with specific low-priority issues because fixing them is not as high a priority as paying\u2026","rel":"","context":"In &quot;Startups&quot;","img":{"alt_text":"Bug tracker for enterprises versus startups","src":"https:\/\/i0.wp.com\/bugasura.io\/blog\/wp-content\/uploads\/2022\/02\/Bug-tracker-for-enterprises-versus-startupstinypng.png?fit=1200%2C464&ssl=1&resize=350%2C200","width":350,"height":200},"classes":[]},{"id":2321,"url":"https:\/\/bugasura.io\/blog\/reducing-noise-levels-with-discord-bugasura-or-any-modern-day-bug-tracker\/","url_meta":{"origin":1934,"position":5},"title":"Reducing Noise Levels With Discord + Bugasura (or Any Modern-day Bug Tracker)","date":"May 12, 2022","format":false,"excerpt":"Discord is an excellent platform for bringing in users and engaging them with what they like and don't like. We know of Indie developers building new-age modern software who have moved away from Git Issues and have started using Discord. However, they all face one serious problem \u2013 it can\u2026","rel":"","context":"In &quot;Project Management&quot;","img":{"alt_text":"Reducing noise levels with Discord + Bugasura (or any modern day Bug tracker)","src":"https:\/\/i0.wp.com\/bugasura.io\/blog\/wp-content\/uploads\/2022\/05\/Reducing-noise-levels-with-Discord-Bugasura-or-any-modern-day-Bug-tracker-tinypng.png?fit=1200%2C464&ssl=1&resize=350%2C200","width":350,"height":200},"classes":[]}],"post_mailing_queue_ids":[],"_links":{"self":[{"href":"https:\/\/bugasura.io\/blog\/wp-json\/wp\/v2\/posts\/1934"}],"collection":[{"href":"https:\/\/bugasura.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bugasura.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bugasura.io\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/bugasura.io\/blog\/wp-json\/wp\/v2\/comments?post=1934"}],"version-history":[{"count":5,"href":"https:\/\/bugasura.io\/blog\/wp-json\/wp\/v2\/posts\/1934\/revisions"}],"predecessor-version":[{"id":2273,"href":"https:\/\/bugasura.io\/blog\/wp-json\/wp\/v2\/posts\/1934\/revisions\/2273"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bugasura.io\/blog\/wp-json\/wp\/v2\/media\/2234"}],"wp:attachment":[{"href":"https:\/\/bugasura.io\/blog\/wp-json\/wp\/v2\/media?parent=1934"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bugasura.io\/blog\/wp-json\/wp\/v2\/categories?post=1934"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bugasura.io\/blog\/wp-json\/wp\/v2\/tags?post=1934"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}