<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Splunk Jira Issue Input Add-on: How do I return all JQL fields needed for incident reporting? in Other Usage</title>
    <link>https://community.splunk.com/t5/Other-Usage/Splunk-Jira-Issue-Input-Add-on-How-do-I-return-all-JQL-fields/m-p/762774#M1910</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am configuring the Jira Issue Input Add-on to ingest enterprise security incidents into Splunk using a JQL query.&lt;/P&gt;&lt;P&gt;The JQL returns the correct Jira issues, but I need to confirm how the add-on determines which issue fields are returned and indexed in Splunk.&lt;/P&gt;&lt;P&gt;The dashboard requires fields such as:&lt;/P&gt;&lt;P&gt;Jira issue key&lt;BR /&gt;Project&lt;BR /&gt;Issue type&lt;BR /&gt;Summary&lt;BR /&gt;Description&lt;BR /&gt;Created&lt;BR /&gt;Updated&lt;BR /&gt;Status&lt;BR /&gt;Resolution&lt;BR /&gt;Priority or severity&lt;BR /&gt;Assignee&lt;BR /&gt;Reporter&lt;BR /&gt;Labels&lt;BR /&gt;Components&lt;BR /&gt;Hostname or device information&lt;BR /&gt;Customer Request Type&lt;BR /&gt;org dept information&lt;BR /&gt;Other Jira custom fields&lt;/P&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Does the add-on ingest all fields returned by the Jira REST API, including custom fields?&lt;/LI&gt;&lt;LI&gt;Is there a configuration where specific Jira fields must be listed?&lt;/LI&gt;&lt;LI&gt;Does the JQL only control which issues are returned, or does it also control the fields returned?&lt;/LI&gt;&lt;LI&gt;How are Jira custom fields represented in Splunk, for example customfield_12345?&lt;/LI&gt;&lt;LI&gt;Is there a recommended way to map Jira custom field IDs to readable Splunk field names?&lt;/LI&gt;&lt;LI&gt;Does the add-on support historical backfill using the same JQL query?&lt;/LI&gt;&lt;LI&gt;Is there a sample event or field extraction example showing the expected JSON structure?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The JQL is similar to:&lt;/P&gt;&lt;P&gt;( ( project = "ORG IT Support" AND "Customer Request Type" = "Security Alert (ORGIT)" ) OR project = "Security Operations Center" ) AND ( description ~ "ORG" OR summary ~ "\"Manhattan Dept \"" OR summary ~ "\"Hackensack Dept\"" ) ORDER BY created DESC&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The goal is to replace a static CSV lookup with Jira data retrieved through the REST API and use the indexed issues for incident totals, monthly trends, City &amp;amp; Dept counts, device mapping, and detailed incident reporting.&lt;/P&gt;&lt;P&gt;Environment:&lt;/P&gt;&lt;P&gt;Splunk Enterprise&lt;BR /&gt;Distributed deployment&lt;BR /&gt;Jira collection expected to run from a Heavy Forwarder&lt;BR /&gt;Jira Issue Input Add-on&lt;BR /&gt;Jira REST API&lt;BR /&gt;Dashboard Studio&lt;/P&gt;&lt;P&gt;Any configuration examples for the modular input, source, sourcetype, JSON field extraction, and custom-field handling would be helpful.&lt;/P&gt;&lt;P&gt;Suggested tags:&lt;/P&gt;&lt;P&gt;jira&lt;BR /&gt;jira-add-on&lt;BR /&gt;modular-input&lt;BR /&gt;rest-api&lt;BR /&gt;jql&lt;BR /&gt;heavy-forwarder&lt;BR /&gt;field-extraction&lt;BR /&gt;dashboard-studio&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Aug 2026 20:30:49 GMT</pubDate>
    <dc:creator>millan</dc:creator>
    <dc:date>2026-08-06T20:30:49Z</dc:date>
    <item>
      <title>Splunk Jira Issue Input Add-on: How do I return all JQL fields needed for incident reporting?</title>
      <link>https://community.splunk.com/t5/Other-Usage/Splunk-Jira-Issue-Input-Add-on-How-do-I-return-all-JQL-fields/m-p/762774#M1910</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am configuring the Jira Issue Input Add-on to ingest enterprise security incidents into Splunk using a JQL query.&lt;/P&gt;&lt;P&gt;The JQL returns the correct Jira issues, but I need to confirm how the add-on determines which issue fields are returned and indexed in Splunk.&lt;/P&gt;&lt;P&gt;The dashboard requires fields such as:&lt;/P&gt;&lt;P&gt;Jira issue key&lt;BR /&gt;Project&lt;BR /&gt;Issue type&lt;BR /&gt;Summary&lt;BR /&gt;Description&lt;BR /&gt;Created&lt;BR /&gt;Updated&lt;BR /&gt;Status&lt;BR /&gt;Resolution&lt;BR /&gt;Priority or severity&lt;BR /&gt;Assignee&lt;BR /&gt;Reporter&lt;BR /&gt;Labels&lt;BR /&gt;Components&lt;BR /&gt;Hostname or device information&lt;BR /&gt;Customer Request Type&lt;BR /&gt;org dept information&lt;BR /&gt;Other Jira custom fields&lt;/P&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Does the add-on ingest all fields returned by the Jira REST API, including custom fields?&lt;/LI&gt;&lt;LI&gt;Is there a configuration where specific Jira fields must be listed?&lt;/LI&gt;&lt;LI&gt;Does the JQL only control which issues are returned, or does it also control the fields returned?&lt;/LI&gt;&lt;LI&gt;How are Jira custom fields represented in Splunk, for example customfield_12345?&lt;/LI&gt;&lt;LI&gt;Is there a recommended way to map Jira custom field IDs to readable Splunk field names?&lt;/LI&gt;&lt;LI&gt;Does the add-on support historical backfill using the same JQL query?&lt;/LI&gt;&lt;LI&gt;Is there a sample event or field extraction example showing the expected JSON structure?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The JQL is similar to:&lt;/P&gt;&lt;P&gt;( ( project = "ORG IT Support" AND "Customer Request Type" = "Security Alert (ORGIT)" ) OR project = "Security Operations Center" ) AND ( description ~ "ORG" OR summary ~ "\"Manhattan Dept \"" OR summary ~ "\"Hackensack Dept\"" ) ORDER BY created DESC&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The goal is to replace a static CSV lookup with Jira data retrieved through the REST API and use the indexed issues for incident totals, monthly trends, City &amp;amp; Dept counts, device mapping, and detailed incident reporting.&lt;/P&gt;&lt;P&gt;Environment:&lt;/P&gt;&lt;P&gt;Splunk Enterprise&lt;BR /&gt;Distributed deployment&lt;BR /&gt;Jira collection expected to run from a Heavy Forwarder&lt;BR /&gt;Jira Issue Input Add-on&lt;BR /&gt;Jira REST API&lt;BR /&gt;Dashboard Studio&lt;/P&gt;&lt;P&gt;Any configuration examples for the modular input, source, sourcetype, JSON field extraction, and custom-field handling would be helpful.&lt;/P&gt;&lt;P&gt;Suggested tags:&lt;/P&gt;&lt;P&gt;jira&lt;BR /&gt;jira-add-on&lt;BR /&gt;modular-input&lt;BR /&gt;rest-api&lt;BR /&gt;jql&lt;BR /&gt;heavy-forwarder&lt;BR /&gt;field-extraction&lt;BR /&gt;dashboard-studio&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2026 20:30:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/Splunk-Jira-Issue-Input-Add-on-How-do-I-return-all-JQL-fields/m-p/762774#M1910</guid>
      <dc:creator>millan</dc:creator>
      <dc:date>2026-08-06T20:30:49Z</dc:date>
    </item>
  </channel>
</rss>

