Apart from the mandatory parameters, you will need:
You can create your own Slack App here: https://api.slack.com/apps (inside "Oauth & Permissions")
Value example: '{"fallback":"slack.group.id", "jira.account_id":"slack.member.id", ...}'
It is the mapping between the "person.id" from JIRA to the "channel name" or "person member_id" in slack .
Important: in case you want to post something using a slack-bot into a slack channel, you have to allow first this bot (as an app) to publish messages into that channel:
Channel > Configuration > Add an app
- Create the
.env
file from its dist version:cp .env.dist .env
- Update the
.env
values - Execute it:
php console
or./console