Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.
/ lumturio-jira Public archive

Jira-integration for Lumturio

License

Notifications You must be signed in to change notification settings

reload/lumturio-jira

Repository files navigation

Lumturio Jira integration

You need to set the following environment variables to their right values:

  • JIRA_HOST
  • JIRA_USER
  • JIRA_TOKEN
  • LUMTURIO_TOKEN

Optionally specify issue type to create in Jira (defaults to Bug):

  • JIRA_ISSUE_TYPE

It will process sites in Lumturio tagged with SLA and with a JIRA:XX tag where XX is the Jira project to create issues in for the given site.

YMMV

This is still an early version:

  • No tests
  • No advanced error handling
  • Sparse documentation