Coder Social home page Coder Social logo

hubot-pivotal's Introduction

npm version

Build Status Dependency Status Code Climate Test Coverage

hubot-pivotal

hubot plugin for pivotal tracker

Feature

  • Add project info to the hubot brain.
  • Show stored project list.
  • Show a story summary when your conversation includes pv#1111111 format.
  • Link your chat user with a pivotal user.
  • Show all ticket summaries which you are registered as an owner.

Installation

In your hubot project, run

$ npm install --save hubot-pivotal

Then, add hubot-pivotal to your external-scripts.json:

[
  ...,
  "hubot-pivotal"
]

Note: Please use permanent hubot brain.

This plugin stores data to brain. So, use a permanent solution for the hubot brain like Redis, Mongo etc...

Configuration

Environmental variables

HUBOT_PIVOTAL_TOKEN    : Access token for your pivotal projects.
                         If you want to allow your hubot to access multiple projects,
                         make sure this token has proper permission.

Sample

> @hubot add pivotal project #1111111
OK! I've added new project "Foo Project" for #1111111

> @hubot add pivotal project #2222222
OK! I've added new project "Bar Project" for #2222222

> @hubot show pivotal projects
Here you are!
Foo Project      https://www.pivotaltracker.com/n/projects/1111111
This is Foo project as you know.

Bar Project         https://www.pivotaltracker.com/n/projects/2222222
No description for this project.

> Hey @taro, did you finished pv#123456789?
#123456789 Add awesome feature for our web application.
https://www.pivotaltracker.com/story/show/123456789 at Foo Project
Type:bug Status:delivered Point:0

hubot-pivotal's People

Contributors

gki avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

hubot-pivotal's Issues

Cannot show multiple story infos at once.

Cannot show multiple story infos at once.

e.g.

> Hey @taro, did you finished pv#123456789 and pv#987654321?
#123456789 Add awesome feature for our web application.
https://www.pivotaltracker.com/story/show/123456789 at Foo Project
Type:bug Status:delivered Point:0

This case, the story info for pv#987654321 should be replied as well.

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.