Skip to content

com.atlassian.jira.plugins.jira-slack-server-integration-plugin 2.0.22-m3

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>com.atlassian.jira.plugins</groupId>
  <artifactId>jira-slack-server-integration-plugin</artifactId>
  <version>2.0.22-m3</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

This is a test version with improved logging around requests to Slack:

  • With debug logging, it will log request retries with more details, including a unique request ID, so that we can analyze requests until completion.
  • With trace logging enabled, it will log the request and response bodies so that we can look at the content to see what may have gone wrong. Notice this is a last-resort level that will add tokens and personal data to the logs, so it should be used when all alternatives were exhausted.