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

>While testing this new feauture, I found that the logic to set context.requestUserId can be improved for Events API patterns. I will make changes for it in a different pull...

enhancement
project:bolt

https://slack.dev/java-slack-sdk/guides/app-distribution ``` // The standard AWS env variables are expected // export AWS_REGION=us-east-1 // export AWS_ACCESS_KEY_ID=AAAA************* // export AWS_SECRET_ACCESS_KEY=4o7*********************** // Please be careful about the security policies on this bucket....

enhancement
good first issue

As mentioned in https://github.com/slackapi/java-slack-sdk/issues/1129 >It would be nice if slackConfig.setProxy() would work after the the SlackConfig is initialized. I think it works if the library detects no environment variables and...

enhancement
project:slack-api-client

* [ ] **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...

untriaged

In a modal view we have two `ExternalSelectElement`s that provide suggestion support for user entering customer and project values. We would love to use the input of the first select...

enhancement
server-side-issue
auto-triage-skip

1. There seems to be no documentation about how to verify requests using the Java SDK. The only documentation found is the [general info](https://api.slack.com/authentication/verifying-requests-from-slack). 2. When trying to verify a...

project:bolt
docs

would like to be able to use SVG files directly in the image block when working with the Slack API and Bolt for Java. As SVG is a widely used...

enhancement
server-side-issue

These are samples for the following APIs (only available in dev right now): - `conversations.requestSharedInvite.list` - `conversations.requestSharedInvite.deny` - `conversations.requestSharedInvite.approve` I am issuing this PR to the `slack-connect-invite-automation` branch as a...

project:slack-api-client
cla:signed

I am trying to create a message with an image upload AND also have the ts (format "1723570494.731189", not just Unix ts) of when it happened so that I can...

bug
project:slack-api-client
server-side-issue

I could not deserialize an event I got from a webhook with this type because there is no class for it. I am using `gson` deserializing which involves statically registering...

project:bolt
project:slack-api-model
project:slack-app-backend