java-slack-sdk icon indicating copy to clipboard operation
java-slack-sdk copied to clipboard

Slack Developer Kit (including Bolt for Java) for any JVM language

Results 60 java-slack-sdk issues
Sort by recently updated
recently updated
newest added

### Description I am trying to send a message with file using slack Java Bolt SDK. File **X** is already hosted and shared in channel **C**** via method `files.upload`. I...

question
project:slack-api-client

slf4j project released a new major version - 2.0. According to [the migration guide](https://www.slf4j.org/faq.html#changesInVersion200), ~~it's safe to upgrade the dependency in this project but it requires a minor version bump...

project:bolt
project:slack-api-client
dependencies
project:slack-app-backend
project:slack-api-client/rtm

* [ ] **bolt** (Bolt for Java) * [ ] **bolt-{sub modules}** (Bolt for Java - optional modules) * [x] **slack-api-client** (Slack API Clients) * [x] **slack-api-model** (Slack API Data...

enhancement
needs info
project:slack-api-client

I have specified fallback text via the `.text()` method, yet the text displayed in the Activity section for my bot's post shows 'Unable to show preview. Tap to see the...

untriaged

This pull request adds remote function support, which is still in beta, to this SDK. Sorry, the duplicated PRs (due to my operation error) are confusing but this is the...

enhancement
project:bolt
project:slack-api-client
project:slack-app-backend

I'm @ mentioning the bot app in a direct message channel but it doesn't respond in the same way as it does in the channel where you get a modal...

enhancement
server-side-issue
auto-triage-skip

My bot uses Bolt for Java with Spring Boot. Sometimes in my production server logs I see info like this: ``` c.s.a.b.s.b.AmazonS3InstallationService : Amazon S3 object metadata not found (key:...

bug
needs info
project:bolt

Make `saveBot` required in the `InstallationService` interface. I had to read the source code to understand why token rotation was not working and it was because in the `InstallationService` that...

project:bolt
discussion

There is a [todo](https://github.com/slackapi/java-slack-sdk/blob/main/bolt-micronaut/pom.xml#L13) to upgrade to micronaut 4.x. Any concrete plans for this? I tried using the existing version with micronaut 4 a while back but it didn't work....

enhancement
project:bolt
dependencies
good first issue

This pull request may resolve https://github.com/slackapi/java-slack-sdk/issues/1165 ### Category (place an `x` in each of the `[ ]`) * [x] **bolt** (Bolt for Java) * [ ] **bolt-{sub modules}** (Bolt for...

enhancement
project:bolt
cla:signed