mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-21 14:12:42 +02:00
Fix Jira connector page description
This commit is contained in:
@@ -156,13 +156,13 @@ const Main = () => {
|
|||||||
{" "}
|
{" "}
|
||||||
<p className="text-sm mb-4">
|
<p className="text-sm mb-4">
|
||||||
Specify any link to a Jira page below and click "Index" to
|
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{" "}
|
not just the specified page. For example, entering{" "}
|
||||||
<i>
|
<i>
|
||||||
https://danswer.atlassian.net/wiki/spaces/Engineering/overview
|
https://danswer.atlassian.net/jira/software/projects/DAN/boards/1
|
||||||
</i>{" "}
|
</i>{" "}
|
||||||
and clicking the Index button will index the whole{" "}
|
and clicking the Index button will index the whole <i>DAN</i> Jira
|
||||||
<i>Engineering</i> Confluence space.
|
project.
|
||||||
</p>
|
</p>
|
||||||
{jiraConnectorIndexingStatuses.length > 0 && (
|
{jiraConnectorIndexingStatuses.length > 0 && (
|
||||||
<>
|
<>
|
||||||
@@ -211,7 +211,7 @@ const Main = () => {
|
|||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
<div className="border-solid border-gray-600 border rounded-md p-6 mt-4">
|
<div className="border-solid border-gray-600 border rounded-md p-6 mt-4">
|
||||||
<h2 className="font-bold mb-3">Add a New Space</h2>
|
<h2 className="font-bold mb-3">Add a New Project</h2>
|
||||||
<ConnectorForm<JiraConfig>
|
<ConnectorForm<JiraConfig>
|
||||||
nameBuilder={(values) =>
|
nameBuilder={(values) =>
|
||||||
`JiraConnector-${values.jira_project_url}`
|
`JiraConnector-${values.jira_project_url}`
|
||||||
|
Reference in New Issue
Block a user