Hi,
Am trying to integrate Jira with Splunk enterprize and followed below steps.
1. Installed Add-on for Jira https://splunkbase.splunk.com/app/1438/
2. Updated Splunk\etc\apps\jira\bin\config.ini with Jira server details
[jira]
hostname = jira.ads.org
username =
password =
jira_protocol = https
jira_port = 443
3. Created local folder "Splunk\etc\apps\jira\local" and copied jira.conf.Not sure the relevance of this step as no Jira details updated here, but followed the setup instructions
When trying to run search query "| jira filters" ,Seeing below error in Splunk\var\log\splunk\Jira.logs.Any help would be appreciated.
ValueError: No JSON object could be decoded
Not sure if anyone get a chance to look into this post.I'm still getting no result found and not sure if all my configurations are in tact .Query I tried and the jira log update below.Wondering if my app is able to connect to Jira .
|jira jqlsearch "issueType ='story'"
decoder.py", line 382, in raw_decode\n raise ValueError("No JSON object could be decoded")\nValueError: No JSON object could be decoded\n', 'search': ['jqlsearch', "issueType ='story'"]}
Traceback (most recent call last):
File "C:\Program Files\Splunk\etc\apps\jira\bin\jira_rest.py", line 631, in
handle_args(sys.argv[1:])
File "C:\Program Files\Splunk\etc\apps\jira\bin\jira_rest.py", line 624, in handle_args
handle_jql_args(args)
File "C:\Program Files\Splunk\etc\apps\jira\bin\jira_rest.py", line 606, in handle_jql_args
run_jsqlsearch(jql, use_internal_field_names, show_comments, time_field, max_results=max_results, kv_string_fields=kv_string_fields)
File "C:\Program Files\Splunk\etc\apps\jira\bin\jira_rest.py", line 489, in run_jsqlsearch