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
... View more