<?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: Dmytro Taranov</title>
    <description>The latest articles on DEV Community by Dmytro Taranov (@__f4d90f1f20b8).</description>
    <link>https://dev.to/__f4d90f1f20b8</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%2F3887420%2Fbb5743be-30ff-4a9c-92a2-fc922bc4be51.jpeg</url>
      <title>DEV Community: Dmytro Taranov</title>
      <link>https://dev.to/__f4d90f1f20b8</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/__f4d90f1f20b8"/>
    <language>en</language>
    <item>
      <title>How I Automate Jira Tickets Investigation using Claude Code &amp; MCP</title>
      <dc:creator>Dmytro Taranov</dc:creator>
      <pubDate>Sun, 19 Apr 2026 15:03:06 +0000</pubDate>
      <link>https://dev.to/__f4d90f1f20b8/how-i-automate-jira-tickets-investigation-using-claude-code-mcp-5haj</link>
      <guid>https://dev.to/__f4d90f1f20b8/how-i-automate-jira-tickets-investigation-using-claude-code-mcp-5haj</guid>
      <description>&lt;p&gt;As a software engineer, I hate context switching. Investigating a Jira ticket usually means bouncing between Jira for the context, Confluence for the high-level logic, the Codebase for the actual implementation, and finally Slack to ping the reporter about blockers/additional questions.&lt;br&gt;
It takes time, breaks flow, and is incredibly tedious. So, I decided to automate the entire process using Claude Code and MCP.&lt;/p&gt;

&lt;p&gt;I connected &lt;strong&gt;Claude&lt;/strong&gt; to my &lt;strong&gt;Jira&lt;/strong&gt;, &lt;strong&gt;Confluence&lt;/strong&gt;, and &lt;strong&gt;Slack&lt;/strong&gt; using &lt;strong&gt;MCP&lt;/strong&gt; (Model Context Protocol). &lt;br&gt;
Now, my day starts simply: I ask Claude for a list of my active Jira tickets and give it a command to investigate a specific one.&lt;/p&gt;

&lt;p&gt;In about 2 minutes, Claude does the heavy lifting. It either prepares a complete implementation plan, or it compiles a list of blockers and clarifying questions that prevent me from moving forward.&lt;br&gt;
I just start coding session If the plan is ready and there are no blockers. If there are blockers, Claude automatically drafts and sends a Slack message to the ticket reporter asking for clarification.&lt;br&gt;
You can see the workflow diagram below:&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frate221br90h83shbxhz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frate221br90h83shbxhz.png" alt=" " width="800" height="672"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Everything starts with asking Claude: &lt;em&gt;"Which tickets do I have in Jira?"&lt;/em&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Claude uses the &lt;code&gt;Jira Explorer Skill&lt;/code&gt; to hit the Atlassian MCP and pull my current tasks. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Once the ticket is selected, I give the command: &lt;em&gt;"Investigate this ticket and prepare an implementation plan."&lt;/em&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This triggers the &lt;code&gt;Knowledge Researcher Skill&lt;/code&gt;. The magic here is the strict order of execution. I explicitly force Claude to search Confluence first, and only then look at the Codebase. Confluence usually contains the high-level logic and API specs. If the agent jumps straight into the code, it scans blindly, wasting both time and tokens.&lt;br&gt;
If all the information is there, Claude gives me a ready-to-use, step-by-step coding plan. But during the research, Claude might realize we are blocked (e.g., a missing payload structure or an undefined API endpoint). It will immediately stop and prepare a list of these blockers.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Since I can't start coding, I tell the agent: &lt;em&gt;"Find the reporter of this ticket and send these blockers to them on Slack."&lt;/em&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Claude triggers the &lt;code&gt;Slack Researcher Skill&lt;/code&gt;, finds the right person via Slack MCP, and drafts a highly professional message explaining exactly what is missing.&lt;/p&gt;

&lt;p&gt;I’ll be honest, getting here wasn't without its challenges. I had to fine-tune the agent and figure out these strict rules through a lot of trial and error to prevent token drains and hallucinations. But right now, it works flawlessly.&lt;br&gt;
Anyway, if you want to see how this actually works in reality, I recorded a step-by-step video on YouTube with real example:&lt;br&gt;
  &lt;iframe src="https://www.youtube.com/embed/X1TZ3GYnDik"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;If you want to skip the overview and example and dive straight into the exact prompts I wrote, and how I configured the custom skills and hard rules, you can jump directly to [05:22]&lt;/p&gt;

</description>
      <category>ai</category>
      <category>claude</category>
      <category>programming</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
