-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[improvement] Reduce unnecessary REST calls #305
Labels
Comments
I'm currently implementing this issue. |
annapieper
added a commit
to annapieper/atlassian-slack-integration-server
that referenced
this issue
Aug 30, 2023
…event unnecessary REST calls
annapieper
added a commit
to annapieper/atlassian-slack-integration-server
that referenced
this issue
Aug 30, 2023
…ent unnecessary REST calls
annapieper
added a commit
to annapieper/atlassian-slack-integration-server
that referenced
this issue
Aug 30, 2023
…ent unnecessary REST calls
Hello @mvlasovatl |
This change doesn't seem to break existing user experience and looks worthy including into the official version as performance improvement. |
annapieper
added a commit
to annapieper/atlassian-slack-integration-server
that referenced
this issue
Dec 11, 2023
…ule; prevent ambiguities in JS
annapieper
added a commit
to annapieper/atlassian-slack-integration-server
that referenced
this issue
Dec 15, 2023
annapieper
added a commit
to annapieper/atlassian-slack-integration-server
that referenced
this issue
Jan 22, 2024
… they may have unindented impact on other functionality
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Even when the Slack panel is hidden and the issue view is opened by a user 2-3 REST calls are triggered which are not needed when Slack is not used in the project. For huge instances this triggers lots of trash requests and therefore unnecessary traffic:
This calls should be suppressed.
The text was updated successfully, but these errors were encountered: