Code Monkey home page Code Monkey logo

taskmapper-fogbugz's Introduction

taskmapper-fogbugz

This is the TaskMapper adapter for interaction with Fogbugz

Usage

Initialize the taskmapper-fogbugz instance using your email, password, and Fogbugz URI:

fogbugz = TaskMapper.new(
  :fogbugz,
  :email => "YOUR_EMAIL",
  :password => "YOUR_PASSWORD",
  :uri => "https://YOUR_SUBDOMAIN.fogbugz.com",
)

Finding Projects

You can find your own projects by using:

projects = fogbugz.projects
projects = fogbugz.projects ["project_id", "another_project_id"]
project = fogbugz.projects.find :first, "project_id"
projects = fogbugz.projects.find :all, ["project_id", "another_project_id"]

Finding Tickets

tickets = project.tickets # All open tickets
tickets = project.tickets :all, :status => 'closed' # all closed tickets
ticket = project.ticket 981234

Opening A Ticket

ticket = project.ticket!(
  :description => "Content of the new ticket."
)

Updating Tickets

ticket.description = "New description"
ticket.save

Dependencies

Contributing

The main way you can contribute is with some code! Here's how:

  • Fork taskmapper-fogbugz
  • Create a topic branch: git checkout -b my_awesome_feature
  • Push to your branch - git push origin my_awesome_feature
  • Create a Pull Request from your branch
  • That's it!

We use RSpec for testing. Please include tests with your pull request. A simple bundle exec rake will run the suite. Also, please try to TomDoc your methods, it makes it easier to see what the code does and makes it easier for future contributors to get started.

(c) 2013 The Hybrid Group

taskmapper-fogbugz's People

Contributors

cored avatar stewart avatar orodriguez avatar

Watchers

0x44 0x46 avatar Ron Evans avatar Ismael Marin avatar Luis Hurtado avatar Kia Kroas avatar  avatar  avatar Gize Carolina Bonilla Madrazo avatar soniagrajales avatar Alejandro Toro avatar Edgar Silva avatar  avatar Jonny Kang avatar James Cloos avatar  avatar Theron Boerner avatar Cesar Palafox avatar Sebastian Guarin avatar Jerry A. Higgs, PhD avatar Nathan Zankich avatar Dario Ovejero avatar  avatar  avatar

Forkers

codenauts

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.