diff --git a/examples/jiralert.yml b/examples/jiralert.yml index b150534..da9b0b8 100644 --- a/examples/jiralert.yml +++ b/examples/jiralert.yml @@ -5,6 +5,8 @@ defaults: api_url: https://jiralert.atlassian.net user: jiralert password: 'JIRAlert' + # Alternatively to user and password use a Personal Access Token + # personal_access_token: "Your Personal Access Token". See https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html # The type of JIRA issue to create. Required. issue_type: Bug