All Apps and Add-ons

Jira Add-on configuration.

splunk_group
New Member

Hey Hi,

I am working On Jira add-on for splunk,i have Deployed the app in $SPLUNK_HOME/etc/apps/jira.
I followed steps mentioned in splunk base i.e
Place the app into $SPLUNK_HOME/etc/apps/jira
Create a folder named local, copy default/jira.conf into local, and update with configuration specific to your instance.
Copy $SPLUNK_HOME/etc/apps/jira/bin/config.ini.sample to $SPLUNK_HOME/etc/apps/jira/bin/config.ini and update with your authentication credentials
Configure which keys to display in the table with the keys, time_keys, and custom_keys fields.

Still i am not able to search the Jira data in splunk instances ,could you please suggest configurations steps which i need change any.

0 Karma

michaeltayo
Explorer

Having the same issue. seeing a few error msgs


URLError:

raise URLError(err)

what do these mean

0 Karma

worshamn
Contributor

It is unclear if you are using the generating command jira to run a JQL search. An example would be something like this:

| jira jqlsearch "Project=YOURPROJECT AND Resolved is EMPTY"

You can also look for errors in the jira.log like so to see if that gives you any clues for problems connecting:

index=_internal source=*jira.log
0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...