Unverified Commit 1588241e authored by Tamika Tannis's avatar Tamika Tannis Committed by GitHub

docs: Update flask config

Add note for ISSUE_LABELS configuration
parent 99e2cda9
......@@ -34,6 +34,7 @@ settings in `config.py` that should be set in order to use this feature.
Here are the settings and what they should be set to
```python
ISSUE_LABELS = [] # type: List[str] (Optional labels to be set on the created tickets)
ISSUE_TRACKER_URL = None # type: str (Your JIRA environment, IE 'https://jira.net')
ISSUE_TRACKER_USER = None # type: str (Recommended to be a service account)
ISSUE_TRACKER_PASSWORD = None # type: str
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment