Skip to content

LimJiAn/jira-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jira-automation

Jira status change automation.

Code that registers as a system service file and then executes it as a cron to change the status of the deployed issue

✓ Requirements

  • Go >= 1.14
  • Jira v6.3.4 & v7.1.2.

⚙️ Installation

$ git clone https://github.com/LimJiAn/jira-automation
$ go get

👀 Usage

1. Make env file
$ vi .env

JIRA_USERNAME = 'username'
JIRA_PASSWORD = 'password'
JIRA_URL = 'jira_url'
WEBHOOK_URL = 'webhook_url'
2. Registers as a system service

About

Jira status change automation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages