1
0
mirror of https://github.com/strongdm/comply synced 2024-07-02 23:14:22 +00:00

enable Jira

This commit is contained in:
Justin McCarthy 2018-06-01 17:07:36 -07:00
parent 2d5e6b48cb
commit 25f7156ac2
No known key found for this signature in database
GPG Key ID: 900437410E142A48

View File

@ -116,8 +116,7 @@ func initAction(c *cli.Context) error {
case 0:
ticketing = model.GitHub
case 1:
fmt.Println("\nHello Jira user! The Jira ticketing plugin is currently in development, please join us on Slack for a status update.")
ticketing = model.NoTickets
ticketing = model.Jira
default:
ticketing = model.NoTickets
}