Skip to content

dirtyhero/useful_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

useful_tools

ruby version

2.1.4

##how to use

gem install bundler
bundle install --path vendor/bundler

install redis(mac os)

brew install redis

##back_log api(http://developer.nulab-inc.com/ja/docs/backlog/auth)

####setting set your api key at lib/api/back_log/config.yml

####usage

require lib/api/bacK_log.rb

then you can user all of back_log api project/ may be good place to set your progam files

####user see all users

BackLog::User.all

find user with id = 10

BackLog::User.find(10)

####project add new project

BackLog::Project.create(name: "project name", key: "project key")

####type

####mile_stone calculate kpi of given mile_stone

project = BackLog::Project.find("TECH_M")
project.mile_stones.first.calculate_tasks_kpi

About

apis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages