We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94219c2 commit 9da5b94Copy full SHA for 9da5b94
engine/apps/chatops_proxy/utils.py
@@ -30,7 +30,7 @@ def get_installation_link_from_chatops_proxy(user) -> typing.Optional[str]:
30
link, _ = client.get_slack_oauth_link(
31
org.stack_id,
32
user.user_id,
33
- urljoin(org.web_link, "settings?tab=TeamsSettings&chatOpsTab=Slack"),
+ urljoin(org.web_link, "settings?tab=ChatOps&chatOpsTab=Slack"),
34
APP_TYPE_ONCALL,
35
)
36
return link
0 commit comments