splunk-jira icon indicating copy to clipboard operation
splunk-jira copied to clipboard

A Splunk Add-on for JIRA

Results 18 splunk-jira issues
Sort by recently updated
recently updated
newest added

Using the changelog command on a Jira issue which contains one or more changelog entries without an author will cause the changelog command to return 0 results: ``` | jira...

Previous version would return a Reporter name, Status name etc., overhaul of jira_rest.py now returns what seems an exhaustive set of properties for each field ( the reporter's id, path...

Sets default to jira default maxresults to 1000 if the system return maxResults within the payload the maxresults will be set to MaxResults.

Not able to find "Assignment Time" and "Time to resolution" which is present in the SLA fields in the result events in splunk after running the jqlsearch in splunk. Why...

Minor cosmetic change so Splunk does syntax highlighting on the results: ![screen shot 2015-08-14 at 9 40 08 pm](https://cloud.githubusercontent.com/assets/7144329/9283623/1369d930-42cd-11e5-9d6b-6f1f4168966a.png) Just made all `row['_raw']` entries a JSON string.

Per http://www.georgestarcher.com/2014/02/16/splunk-alert-scripts-automating-control/

enhancement

This was due to erroneous evaluation of list type where an implicit "If" statement caused the ignoring of other label fields than "Labels". Corrected in new Rest Version.

bug

Hi Fred, Hope all is well, I made few changes to this app to bring it more inline with app creation best practices. The config.ini is now referenced under /local/config.ini...

This is just a sketch of getting multiple JIRA instance support (#19). I used jirasoap because jirarest doesn't seem to work (it just dumps a python dict to the search...