GithubHelp home page GithubHelp logo

splunk-jira's Introduction

JIRA Add-on for Splunk

This is a JIRA Add-on for Splunk.

Commands

jira (SearchRequest XML)

  • Send a JQL query, return a table with one row for each result
    • | jira "JQL query"

jira_soap (SOAP API)

  • List all filters available to the logged-in user
    • | jirasoap filters
  • Run a filters
    • | jirasoap issues <filter_id>
  • Run a text search
    • | jirasoap search "foo bar bas"
  • Run a JQL search
    • | jirasoap jqlsearch "project in (foo) AND status in (bar)
    • jqlsearch does not parse JQL containing '=' very well, so please use 'in' instead, or use the REST API command, above

Deployment

  1. Place the app into $SPLUNK_HOME/etc/apps/jira
  2. Create a folder named local, copy default/jira.conf into local, and update with configuration specific to your instance.
  3. Copy config.ini.sample to 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.

  • Note that the SOAP API command ignores the key configuration.

Acknowledgements

  • We're redistributing suds 4.0 https://fedorahosted.org/suds/
  • Original jira commands written by Stephen Sorkin, Jeffrey Isenberg, and Fred de Boer
  • MySQL app was used as a model, and lots of snippets here were stolen from its commands

Thanks!

Please open an issue if you have any trouble with the app, and please feel free to fork and make pull requests if you find a bug that you can fix or have an enhancement to add

splunk-jira's People

Contributors

firebus avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.