Skip to content

lfreixial/jira-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jira Epic creator

A WIP golang Jira epic creator making use of jira-cli

This tool will use the name of the folder of the investigation as the epic name for example hello_world and the name of the ticket for the ticket's name.
The epic needs to be named epic.md for this to work.

Config

This tool makes use of a config file to support multiple boards by adding -c <key> in the example config would be either TEST1 or TEST2.

pwd is the path for the config file for the jira-cli

issueType is what type of ticket the tool should create for the epic e.g Task, Story etc

Copy the example example config to ~/.config/jira-go/ removing .example. from the name and edit the config has needed

How To Run

go run . -i <investigation dir> -c <key> example: go run . -i /docs/investigation/hello_world -c TEST2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages