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

The [com.slack.api.methods.MethodsCompletionException](https://github.com/slackapi/java-slack-sdk/blob/main/slack-api-client/src/main/java/com/slack/api/methods/MethodsCompletionException.java) does not align with the partner's API (getMessage) and is challenging to maintain. It requires handling specific exceptions and examining complex details to retrieve information. However, the implementation...

enhancement
project:slack-api-client

* create undocumented message bot events * message_bot_add * message_bot_remove * these occur on add/remove of incoming webhook ### Category (place an `x` in each of the `[ ]`) *...

enhancement
project:bolt
project:slack-app-backend
cla:signed

When migrating from 1.45.0 to 1.45.1 the release key changed without this being mentioned in the release notes. Is this expected? ``` - On artifact slack-api-client-1.45.1.pom (com.slack.api:slack-api-client:1.45.1) in repository 'MavenRepo':...

question
auto-triage-skip
discussion

Hey there! I've been trying to implement a seemingly straightforward Slack application but have faced so many blocks from the Slack side so I decided it would be a good...

untriaged
auto-triage-stale

When using `chatPostMessage` API with work objects pattern (metadata-only messages), the SDK generates warning logs requesting text parameter even though the message intentionally contains only metadata. This creates unnecessary noise...

enhancement

There's a new API that we should add support for; [admin.users.getExpiration](https://docs.slack.dev/reference/methods/admin.users.getExpiration/) ### Category (place an `x` in each of the `[ ]`) * [ ] **bolt** (Bolt for Java) *...

enhancement
project:slack-api-client
auto-triage-skip

Some workflow calls our Slack bot and we get that event via [app mention event](https://docs.slack.dev/reference/events/app_mention/) I want to check `workflow_id` during this event. It seems like we don't get workflow_id...

untriaged

I have a slack app bot installed in my slack workspace. My Slack bot isn't responding to @mentions in multi-party direct messages. Even though I've: 1. Added the required bot...

untriaged

Hi, The recent OkHttp 5.x release has split the artifact into platform-specific packages (okhttp-jvm and okhttp-android). This causes issues on our projects as we can't update their okhttp dependency without...

project:slack-api-client
dependencies
project:slack-app-backend
auto-triage-skip

Table blocks have been added to Slack Block Kit https://docs.slack.dev/reference/block-kit/blocks/table-block/. Will this be added to the the java SDK? ### Category (place an `x` in each of the `[ ]`)...

enhancement
project:slack-api-model
auto-triage-skip