diff --git a/web/src/app/admin/connectors/jira/page.tsx b/web/src/app/admin/connectors/jira/page.tsx index 1a825dfa9120..40ea52891913 100644 --- a/web/src/app/admin/connectors/jira/page.tsx +++ b/web/src/app/admin/connectors/jira/page.tsx @@ -156,13 +156,13 @@ const Main = () => { {" "}

Specify any link to a Jira page below and click "Index" to - Index. Based on the provided link, we will index the ENTIRE SPACE, + Index. Based on the provided link, we will index the ENTIRE PROJECT, not just the specified page. For example, entering{" "} - https://danswer.atlassian.net/wiki/spaces/Engineering/overview + https://danswer.atlassian.net/jira/software/projects/DAN/boards/1 {" "} - and clicking the Index button will index the whole{" "} - Engineering Confluence space. + and clicking the Index button will index the whole DAN Jira + project.

{jiraConnectorIndexingStatuses.length > 0 && ( <> @@ -211,7 +211,7 @@ const Main = () => { )}
-

Add a New Space

+

Add a New Project

nameBuilder={(values) => `JiraConnector-${values.jira_project_url}`