<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Alaeddine MELLITI</title>
    <description>The latest articles on DEV Community by Alaeddine MELLITI (@alaeddine_melliti_1e0a9eb).</description>
    <link>https://dev.to/alaeddine_melliti_1e0a9eb</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3976024%2F39c03ecf-2a99-4ae6-98ef-bc30357d22cd.jpg</url>
      <title>DEV Community: Alaeddine MELLITI</title>
      <link>https://dev.to/alaeddine_melliti_1e0a9eb</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/alaeddine_melliti_1e0a9eb"/>
    <language>en</language>
    <item>
      <title>How we built a real-time duplicate issue detector for Jira (and why it was harder than expected)</title>
      <dc:creator>Alaeddine MELLITI</dc:creator>
      <pubDate>Tue, 09 Jun 2026 12:55:18 +0000</pubDate>
      <link>https://dev.to/alaeddine_melliti_1e0a9eb/how-we-built-a-real-time-duplicate-issue-detector-for-jira-and-why-it-was-harder-than-expected-364i</link>
      <guid>https://dev.to/alaeddine_melliti_1e0a9eb/how-we-built-a-real-time-duplicate-issue-detector-for-jira-and-why-it-was-harder-than-expected-364i</guid>
      <description>&lt;p&gt;Every team I've talked to has the same silent problem in their Jira backlog.&lt;/p&gt;

&lt;p&gt;A developer opens a ticket to investigate a bug. Spends 2 hours on it. Closes it.&lt;/p&gt;

&lt;p&gt;Three weeks later, someone else opens the exact same ticket.&lt;/p&gt;

&lt;p&gt;Nobody searched. Nobody knew it already existed. The backlog keeps growing, and the same problems keep getting solved twice.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why this happens
&lt;/h2&gt;

&lt;p&gt;Jira has no built-in mechanism to surface similar issues at the moment a new ticket is created. By the time someone thinks to search, they've already written the description, assigned it, and moved on.&lt;/p&gt;

&lt;p&gt;The problem isn't people being careless — it's a missing UX layer.&lt;/p&gt;

&lt;h2&gt;
  
  
  What we built
&lt;/h2&gt;

&lt;p&gt;I'm part of a small team at &lt;a href="https://www.linkedin.com/company/lotus-info/" rel="noopener noreferrer"&gt;Lotus INFO&lt;/a&gt; and we decided to fix this with a Jira Cloud app: &lt;strong&gt;Issue Duplicate Finder for Jira&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The idea is simple: the moment a user starts creating a new issue, the app scans the backlog and surfaces similar issues in real time — with matching words highlighted so the comparison is instant.&lt;/p&gt;

&lt;p&gt;No configuration. No onboarding. Just works.&lt;/p&gt;

&lt;h2&gt;
  
  
  The technical challenges
&lt;/h2&gt;

&lt;p&gt;Building on the Atlassian Forge platform has its own constraints. A few things that took longer than expected:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Similarity matching in real time&lt;/strong&gt; — we needed it to feel instant, not like a search query. Tuning the matching algorithm to balance precision and recall without slowing down the issue creation dialog took several iterations.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cross-project search&lt;/strong&gt; — surfacing duplicates across projects (not just the current one) required careful handling of permissions and project scope.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Handling resolved issues&lt;/strong&gt; — we wanted to show resolved duplicates too (they're often the most useful), but display them differently. We ended up using strikethrough so they're visible but clearly closed.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Who it's for
&lt;/h2&gt;

&lt;p&gt;We built it primarily for three types of teams:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;ITSM / Support teams&lt;/strong&gt; — stop re-investigating incidents that were already resolved. Surface the existing resolution instantly.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;QA teams&lt;/strong&gt; — works with Xray and Zephyr. Avoid creating duplicate test cases across sprints or projects.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Dev teams&lt;/strong&gt; — catch duplicate user stories and bug reports before they create technical debt.&lt;/p&gt;

&lt;h2&gt;
  
  
  Pricing — free for small teams
&lt;/h2&gt;

&lt;p&gt;If your Jira team has fewer than 10 users, the app is completely free. No trial period, just install and enjoy it.&lt;/p&gt;

&lt;p&gt;For larger teams it's a paid plan via Atlassian, but anyone can start for free and see if it solves the problem before committing to anything.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;The app is live on the Atlassian Marketplace:&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://marketplace.atlassian.com/apps/3082768133" rel="noopener noreferrer"&gt;Issue Duplicate Finder for Jira&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here's a short demo if you want to see it in action before installing:&lt;/p&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/dWE22bjXLjY"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;We're actively looking for feedback from Jira teams — especially around edge cases, performance on large backlogs, and use cases we haven't thought of yet.&lt;/p&gt;

&lt;p&gt;What's your current workaround for duplicate issues in Jira?&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>showdev</category>
      <category>tooling</category>
      <category>ux</category>
    </item>
  </channel>
</rss>
