Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.
/ jira-score Public archive

A Slack Bot that shows you information about your tasks on Jira.

License

Notifications You must be signed in to change notification settings

delete/jira-score

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jira-score

Build Status

Configuration

Before run the script, you must create a file in the root project folder.

Create a .env file with the following data:

{
    "login": "",
    "pass": "",
    "domain": "",
    "goalDSN": "",
    "goalQLD": "",
    "pointsHourDSN": "",
    "pointsHourQLD": "",
    "workdays": "",
    "startDate": "2017-08-01",
    "endDate": "2017-08-31",
    "dsn": [
        "person1",
        "person2"
    ],
    "qld": [
        "person3",
        "person4"
    ],
    "admins": [
        "id1",
        "id2"
    ]
}

Install

npm install

Running

npm start

About

A Slack Bot that shows you information about your tasks on Jira.

Resources

License

Stars

Watchers

Forks

Packages

No packages published