Git Product home page Git Product logo

rallyslack's Introduction

Rally Slackbot

Author: Jackson Lim

The Rally Slackbot is a utility for Slack users to quickly access and modify Rally.


demo screenshot

Usage

Slackbot Commands

The Rally Slackbot application uses the input from the Slackbot to execute commands using the Rally API, allowing users to query, update, create, read, and delete user stories.


list <project> [? iteration number]

List all stories for the current iteration. Adding the iteration parameter lists all stories for the specified iteration. Returns story ids linked to the URL, titles, and the status of each story. Querying a parent project will not return the user stories and defects of its children.


tasks <story id | defect id>

List all tasks for a specified story or defect. Returns task ids linked to the URL, title, and the description of each task.


create task <story id | defect id> <task name>

Creates a task for a specific user story.


accept <story id | defect id>

Change the state of the story or defect to "Accept". Return a message and URL as links to the user story or defect.


start <task id>

complete <task id>

Change the status of the task. Return a message and URL as links to the task.


search <project> ? <keyword>

Searches user stories and defects by keywords for this iteration. Returns story ids linked to the URL, titles, and the status of each story.


create alias <alias> <project>

Create an alias, consisting of at most 20 alpha-numeric characters, linked with a rally project name. See the alias criteria below for more information.


remove alias <alias>

Remove an alias.


alias

List all the alias for the bot.


help

List all commands and their descriptions.


Conventions:

  • When creating a task, the task name cannot contain any spaces
  • All IDs are noted by two capital letters - TA (Task), DE(Defect), US(User Story) - followed by a number.
  • Iteration takes the iteration number. For example, if the current iteration is Sprint 43 Jul-12-2009 for the project Team 1, the list command is:
    list Team 1 ? 43
    
  • Projects and keywords may contain spaces

Aliases

The alias is a feature where you can substitute a word for the project. Instead of typing the full name of the project, you will be able to type the alias in the commands for convenience.

To add an alias, send the "create alias" command to to rallybot. Example:

create alias myteam Rally Team 1
list myteam ? 12

There are some rules to creating an alias:

  • An alias cannot be a project name.
  • The project under an alias must be a legitimate project in your Rally
  • One project CAN have multiple aliases
  • Try not to remove an alias you did not create it.

Auditing

This feature appends to the note section of the user story or task to log written changes: whom and when. The message will be under the line *** Rallybot *** to note the start of the audit.

Set up your Slackbot

  1. Install Node.js

Install the latest version of Node.js

Node.js: https://nodejs.org/en/

After installing, test it by typing node in your command line.

  1. Create a Slackbot

Create a new Slackbot for the Rally Slackbot

Slack bots: https://api.slack.com/bot-users

Scroll down to "create a new bot user" and start making your bot!

  1. Slack API Key

Retrieve the Slack key after making the bot.

Copy and paste this key into config.json under the slackBotKey property.

  1. Slack Web API

This utility is included in every module within the options object. It is used to look up Slack ID codes with names in the slack group. This API key can be found here.

  1. Rally API Key

Get a Rally API key from your Rally group: https://rally1.rallydev.com/login/accounts/index.html#/keys . Then add the key to the property rallyKey on config.json

  1. Run the bot

Run the bot by typing node index.js in the command line.

Developer's Guide

See DEVELOPMENT.md

License

The MIT License (MIT)
Copyright (c) 2016 PayPal, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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.