Socket
Book a DemoInstallSign in
Socket

jira_reporting

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jira_reporting

0.0.1
bundlerRubygems
Version published
Maintainers
1
Created
Source

JiraReporting

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

    gem 'jira_reporting'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install jira_reporting

Additional Usage

If the right fields are created within Jira, this gem can be used to set and track Jira issue SLA due times, SLA overdue statuses, and SLA warnings for issues that are almost due.

#TODO - add walkthrough for the above

A cron job can be made for the bin/sla_warning script to be run in order to achieve this. On an OSX laptop with rbenv managing ruby versions, the crontab job looks like this:

*/5 * * * * bash -lc "cd /Users/gabo/Documents/code/on_production/jira_reporting && bin/sla_warning" 

The environment setup for the bin/sla_warning script to run as a crontab job on Ubuntu using RVM looks like this:

    #sm start rvm
    PATH="/home/gabo/.rvm/gems/ruby-2.3.0/bin:/home/gabo/.rvm/gems/ruby-2.3.0@global/bin:/usr/share/rvm/rubies/ru$
    GEM_HOME='/home/gabo/.rvm/gems/ruby-2.3.0'
    GEM_PATH='/home/gabo/.rvm/gems/ruby-2.3.0:/home/gabo/.rvm/gems/ruby-2.3.0@global'
    MY_RUBY_HOME='/usr/share/rvm/rubies/ruby-2.3.0'
    IRBRC='/usr/share/rvm/rubies/ruby-2.3.0/.irbrc'
    RUBY_VERSION='ruby-2.3.0'
    
    */5 * * * * ~/Documents/code/on_production/jira_reporting/bin/sla_warning

Usage

TODO: Write usage instructions here

Contributing

  • Fork it ( http://github.com//jira_reporting/fork )
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create new Pull Request

FAQs

Package last updated on 30 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.