Skip to content

cdreppard/jbot

 
 

Repository files navigation

JIRA Bot 👋

A bot that retrieves the JIRA issue details from your JIRA server.

Usage (Commands)

  • @jirabot issue-1 issue-2
    • This will fetch both issue-1 and issue-2 from the jira API configured in the .env file

Run the sample locally

  1. Set up the .env file with the following values
  • example
PORT=8080
JIRA_HOST=developer.atlassian.com
JIRA_USER=serviceAccount
JIRA_PASS=serviceAccountPassword
  1. Installation
npm install
  1. Run on development env
npm run dev

🤝 Contributors

👤 Deepesh Nair @hybridx

About

Red Hat Jira Bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.9%
  • Shell 1.1%