feat: jira connector (cloud) (#1238)
This connector:
- takes a Jira Cloud URL, user email and api token; to authenticate into
Jira Cloud
- ingests:
- either all issues in all projects in a Jira Cloud Organization
- or
- issues in user specified projects, boards
- user specified issues
- processes this kind of data:
- text fields such as issue summary, description, and comments
- dropdown fields such as issue type, status, priority, assignee,
reporter, labels, and components
- other data such as issue id, issue key, project id, information on
subtasks
- notes down attachment URLs, however does not process attachments
- stores each downloaded issue in a txt file, in a predefined template
form (consisting of the data above)
- then processes each downloaded issue document into elements using
unstructured library
- related to: https://github.com/Unstructured-IO/unstructured/issues/263
To test the changes, make the necessary setups and run the relevant
ingest test scripts.
---------
Co-authored-by: ryannikolaidis <1208590+ryannikolaidis@users.noreply.github.com>
Co-authored-by: ahmetmeleq <ahmetmeleq@users.noreply.github.com>
2023-09-06 13:10:48 +03:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"type": "Title",
|
|
|
|
"element_id": "e104b1227ec73009effcb34084a7405e",
|
|
|
|
"metadata": {
|
|
|
|
"data_source": {
|
|
|
|
"url": "https://unstructured-jira-connector-test.atlassian.net/browse/JCTP2-8",
|
|
|
|
"record_locator": {
|
|
|
|
"base_url": "https://unstructured-jira-connector-test.atlassian.net",
|
|
|
|
"issue_key": "JCTP2-8"
|
|
|
|
},
|
2023-10-04 21:04:18 -06:00
|
|
|
"date_created": "2023-08-22T11:35:48.407000+00:00",
|
|
|
|
"date_modified": "2023-09-29T05:55:11.066000+00:00"
|
feat: jira connector (cloud) (#1238)
This connector:
- takes a Jira Cloud URL, user email and api token; to authenticate into
Jira Cloud
- ingests:
- either all issues in all projects in a Jira Cloud Organization
- or
- issues in user specified projects, boards
- user specified issues
- processes this kind of data:
- text fields such as issue summary, description, and comments
- dropdown fields such as issue type, status, priority, assignee,
reporter, labels, and components
- other data such as issue id, issue key, project id, information on
subtasks
- notes down attachment URLs, however does not process attachments
- stores each downloaded issue in a txt file, in a predefined template
form (consisting of the data above)
- then processes each downloaded issue document into elements using
unstructured library
- related to: https://github.com/Unstructured-IO/unstructured/issues/263
To test the changes, make the necessary setups and run the relevant
ingest test scripts.
---------
Co-authored-by: ryannikolaidis <1208590+ryannikolaidis@users.noreply.github.com>
Co-authored-by: ahmetmeleq <ahmetmeleq@users.noreply.github.com>
2023-09-06 13:10:48 +03:00
|
|
|
},
|
2023-09-26 14:09:27 -04:00
|
|
|
"filetype": "text/plain",
|
|
|
|
"languages": [
|
|
|
|
"eng"
|
|
|
|
]
|
feat: jira connector (cloud) (#1238)
This connector:
- takes a Jira Cloud URL, user email and api token; to authenticate into
Jira Cloud
- ingests:
- either all issues in all projects in a Jira Cloud Organization
- or
- issues in user specified projects, boards
- user specified issues
- processes this kind of data:
- text fields such as issue summary, description, and comments
- dropdown fields such as issue type, status, priority, assignee,
reporter, labels, and components
- other data such as issue id, issue key, project id, information on
subtasks
- notes down attachment URLs, however does not process attachments
- stores each downloaded issue in a txt file, in a predefined template
form (consisting of the data above)
- then processes each downloaded issue document into elements using
unstructured library
- related to: https://github.com/Unstructured-IO/unstructured/issues/263
To test the changes, make the necessary setups and run the relevant
ingest test scripts.
---------
Co-authored-by: ryannikolaidis <1208590+ryannikolaidis@users.noreply.github.com>
Co-authored-by: ahmetmeleq <ahmetmeleq@users.noreply.github.com>
2023-09-06 13:10:48 +03:00
|
|
|
},
|
|
|
|
"text": "IssueID_IssueKey:10010 JCTP2-8"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Title",
|
|
|
|
"element_id": "eaf2b168055f23cffc77ea5683ffbfdc",
|
|
|
|
"metadata": {
|
|
|
|
"data_source": {
|
|
|
|
"url": "https://unstructured-jira-connector-test.atlassian.net/browse/JCTP2-8",
|
|
|
|
"record_locator": {
|
|
|
|
"base_url": "https://unstructured-jira-connector-test.atlassian.net",
|
|
|
|
"issue_key": "JCTP2-8"
|
|
|
|
},
|
2023-10-04 21:04:18 -06:00
|
|
|
"date_created": "2023-08-22T11:35:48.407000+00:00",
|
|
|
|
"date_modified": "2023-09-29T05:55:11.066000+00:00"
|
feat: jira connector (cloud) (#1238)
This connector:
- takes a Jira Cloud URL, user email and api token; to authenticate into
Jira Cloud
- ingests:
- either all issues in all projects in a Jira Cloud Organization
- or
- issues in user specified projects, boards
- user specified issues
- processes this kind of data:
- text fields such as issue summary, description, and comments
- dropdown fields such as issue type, status, priority, assignee,
reporter, labels, and components
- other data such as issue id, issue key, project id, information on
subtasks
- notes down attachment URLs, however does not process attachments
- stores each downloaded issue in a txt file, in a predefined template
form (consisting of the data above)
- then processes each downloaded issue document into elements using
unstructured library
- related to: https://github.com/Unstructured-IO/unstructured/issues/263
To test the changes, make the necessary setups and run the relevant
ingest test scripts.
---------
Co-authored-by: ryannikolaidis <1208590+ryannikolaidis@users.noreply.github.com>
Co-authored-by: ahmetmeleq <ahmetmeleq@users.noreply.github.com>
2023-09-06 13:10:48 +03:00
|
|
|
},
|
2023-09-26 14:09:27 -04:00
|
|
|
"filetype": "text/plain",
|
|
|
|
"languages": [
|
|
|
|
"eng"
|
|
|
|
]
|
feat: jira connector (cloud) (#1238)
This connector:
- takes a Jira Cloud URL, user email and api token; to authenticate into
Jira Cloud
- ingests:
- either all issues in all projects in a Jira Cloud Organization
- or
- issues in user specified projects, boards
- user specified issues
- processes this kind of data:
- text fields such as issue summary, description, and comments
- dropdown fields such as issue type, status, priority, assignee,
reporter, labels, and components
- other data such as issue id, issue key, project id, information on
subtasks
- notes down attachment URLs, however does not process attachments
- stores each downloaded issue in a txt file, in a predefined template
form (consisting of the data above)
- then processes each downloaded issue document into elements using
unstructured library
- related to: https://github.com/Unstructured-IO/unstructured/issues/263
To test the changes, make the necessary setups and run the relevant
ingest test scripts.
---------
Co-authored-by: ryannikolaidis <1208590+ryannikolaidis@users.noreply.github.com>
Co-authored-by: ahmetmeleq <ahmetmeleq@users.noreply.github.com>
2023-09-06 13:10:48 +03:00
|
|
|
},
|
|
|
|
"text": "ProjectID_Key:JCTP2 Jira Connector Test Project 2"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Title",
|
|
|
|
"element_id": "754ca1449cbbb4726d0a7d7ee9d6f67b",
|
|
|
|
"metadata": {
|
|
|
|
"data_source": {
|
|
|
|
"url": "https://unstructured-jira-connector-test.atlassian.net/browse/JCTP2-8",
|
|
|
|
"record_locator": {
|
|
|
|
"base_url": "https://unstructured-jira-connector-test.atlassian.net",
|
|
|
|
"issue_key": "JCTP2-8"
|
|
|
|
},
|
2023-10-04 21:04:18 -06:00
|
|
|
"date_created": "2023-08-22T11:35:48.407000+00:00",
|
|
|
|
"date_modified": "2023-09-29T05:55:11.066000+00:00"
|
feat: jira connector (cloud) (#1238)
This connector:
- takes a Jira Cloud URL, user email and api token; to authenticate into
Jira Cloud
- ingests:
- either all issues in all projects in a Jira Cloud Organization
- or
- issues in user specified projects, boards
- user specified issues
- processes this kind of data:
- text fields such as issue summary, description, and comments
- dropdown fields such as issue type, status, priority, assignee,
reporter, labels, and components
- other data such as issue id, issue key, project id, information on
subtasks
- notes down attachment URLs, however does not process attachments
- stores each downloaded issue in a txt file, in a predefined template
form (consisting of the data above)
- then processes each downloaded issue document into elements using
unstructured library
- related to: https://github.com/Unstructured-IO/unstructured/issues/263
To test the changes, make the necessary setups and run the relevant
ingest test scripts.
---------
Co-authored-by: ryannikolaidis <1208590+ryannikolaidis@users.noreply.github.com>
Co-authored-by: ahmetmeleq <ahmetmeleq@users.noreply.github.com>
2023-09-06 13:10:48 +03:00
|
|
|
},
|
2023-09-26 14:09:27 -04:00
|
|
|
"filetype": "text/plain",
|
|
|
|
"languages": [
|
|
|
|
"eng"
|
|
|
|
]
|
feat: jira connector (cloud) (#1238)
This connector:
- takes a Jira Cloud URL, user email and api token; to authenticate into
Jira Cloud
- ingests:
- either all issues in all projects in a Jira Cloud Organization
- or
- issues in user specified projects, boards
- user specified issues
- processes this kind of data:
- text fields such as issue summary, description, and comments
- dropdown fields such as issue type, status, priority, assignee,
reporter, labels, and components
- other data such as issue id, issue key, project id, information on
subtasks
- notes down attachment URLs, however does not process attachments
- stores each downloaded issue in a txt file, in a predefined template
form (consisting of the data above)
- then processes each downloaded issue document into elements using
unstructured library
- related to: https://github.com/Unstructured-IO/unstructured/issues/263
To test the changes, make the necessary setups and run the relevant
ingest test scripts.
---------
Co-authored-by: ryannikolaidis <1208590+ryannikolaidis@users.noreply.github.com>
Co-authored-by: ahmetmeleq <ahmetmeleq@users.noreply.github.com>
2023-09-06 13:10:48 +03:00
|
|
|
},
|
|
|
|
"text": "IssueType:Story"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Title",
|
|
|
|
"element_id": "62758d9d83a4070009be96f7507a9e46",
|
|
|
|
"metadata": {
|
|
|
|
"data_source": {
|
|
|
|
"url": "https://unstructured-jira-connector-test.atlassian.net/browse/JCTP2-8",
|
|
|
|
"record_locator": {
|
|
|
|
"base_url": "https://unstructured-jira-connector-test.atlassian.net",
|
|
|
|
"issue_key": "JCTP2-8"
|
|
|
|
},
|
2023-10-04 21:04:18 -06:00
|
|
|
"date_created": "2023-08-22T11:35:48.407000+00:00",
|
|
|
|
"date_modified": "2023-09-29T05:55:11.066000+00:00"
|
feat: jira connector (cloud) (#1238)
This connector:
- takes a Jira Cloud URL, user email and api token; to authenticate into
Jira Cloud
- ingests:
- either all issues in all projects in a Jira Cloud Organization
- or
- issues in user specified projects, boards
- user specified issues
- processes this kind of data:
- text fields such as issue summary, description, and comments
- dropdown fields such as issue type, status, priority, assignee,
reporter, labels, and components
- other data such as issue id, issue key, project id, information on
subtasks
- notes down attachment URLs, however does not process attachments
- stores each downloaded issue in a txt file, in a predefined template
form (consisting of the data above)
- then processes each downloaded issue document into elements using
unstructured library
- related to: https://github.com/Unstructured-IO/unstructured/issues/263
To test the changes, make the necessary setups and run the relevant
ingest test scripts.
---------
Co-authored-by: ryannikolaidis <1208590+ryannikolaidis@users.noreply.github.com>
Co-authored-by: ahmetmeleq <ahmetmeleq@users.noreply.github.com>
2023-09-06 13:10:48 +03:00
|
|
|
},
|
2023-09-26 14:09:27 -04:00
|
|
|
"filetype": "text/plain",
|
|
|
|
"languages": [
|
|
|
|
"eng"
|
|
|
|
]
|
feat: jira connector (cloud) (#1238)
This connector:
- takes a Jira Cloud URL, user email and api token; to authenticate into
Jira Cloud
- ingests:
- either all issues in all projects in a Jira Cloud Organization
- or
- issues in user specified projects, boards
- user specified issues
- processes this kind of data:
- text fields such as issue summary, description, and comments
- dropdown fields such as issue type, status, priority, assignee,
reporter, labels, and components
- other data such as issue id, issue key, project id, information on
subtasks
- notes down attachment URLs, however does not process attachments
- stores each downloaded issue in a txt file, in a predefined template
form (consisting of the data above)
- then processes each downloaded issue document into elements using
unstructured library
- related to: https://github.com/Unstructured-IO/unstructured/issues/263
To test the changes, make the necessary setups and run the relevant
ingest test scripts.
---------
Co-authored-by: ryannikolaidis <1208590+ryannikolaidis@users.noreply.github.com>
Co-authored-by: ahmetmeleq <ahmetmeleq@users.noreply.github.com>
2023-09-06 13:10:48 +03:00
|
|
|
},
|
|
|
|
"text": "Status:To Do"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Title",
|
|
|
|
"element_id": "97f6e01d1c6ee504c4feeae1ab2e7ace",
|
|
|
|
"metadata": {
|
|
|
|
"data_source": {
|
|
|
|
"url": "https://unstructured-jira-connector-test.atlassian.net/browse/JCTP2-8",
|
|
|
|
"record_locator": {
|
|
|
|
"base_url": "https://unstructured-jira-connector-test.atlassian.net",
|
|
|
|
"issue_key": "JCTP2-8"
|
|
|
|
},
|
2023-10-04 21:04:18 -06:00
|
|
|
"date_created": "2023-08-22T11:35:48.407000+00:00",
|
|
|
|
"date_modified": "2023-09-29T05:55:11.066000+00:00"
|
feat: jira connector (cloud) (#1238)
This connector:
- takes a Jira Cloud URL, user email and api token; to authenticate into
Jira Cloud
- ingests:
- either all issues in all projects in a Jira Cloud Organization
- or
- issues in user specified projects, boards
- user specified issues
- processes this kind of data:
- text fields such as issue summary, description, and comments
- dropdown fields such as issue type, status, priority, assignee,
reporter, labels, and components
- other data such as issue id, issue key, project id, information on
subtasks
- notes down attachment URLs, however does not process attachments
- stores each downloaded issue in a txt file, in a predefined template
form (consisting of the data above)
- then processes each downloaded issue document into elements using
unstructured library
- related to: https://github.com/Unstructured-IO/unstructured/issues/263
To test the changes, make the necessary setups and run the relevant
ingest test scripts.
---------
Co-authored-by: ryannikolaidis <1208590+ryannikolaidis@users.noreply.github.com>
Co-authored-by: ahmetmeleq <ahmetmeleq@users.noreply.github.com>
2023-09-06 13:10:48 +03:00
|
|
|
},
|
2023-09-26 14:09:27 -04:00
|
|
|
"filetype": "text/plain",
|
|
|
|
"languages": [
|
|
|
|
"eng"
|
|
|
|
]
|
feat: jira connector (cloud) (#1238)
This connector:
- takes a Jira Cloud URL, user email and api token; to authenticate into
Jira Cloud
- ingests:
- either all issues in all projects in a Jira Cloud Organization
- or
- issues in user specified projects, boards
- user specified issues
- processes this kind of data:
- text fields such as issue summary, description, and comments
- dropdown fields such as issue type, status, priority, assignee,
reporter, labels, and components
- other data such as issue id, issue key, project id, information on
subtasks
- notes down attachment URLs, however does not process attachments
- stores each downloaded issue in a txt file, in a predefined template
form (consisting of the data above)
- then processes each downloaded issue document into elements using
unstructured library
- related to: https://github.com/Unstructured-IO/unstructured/issues/263
To test the changes, make the necessary setups and run the relevant
ingest test scripts.
---------
Co-authored-by: ryannikolaidis <1208590+ryannikolaidis@users.noreply.github.com>
Co-authored-by: ahmetmeleq <ahmetmeleq@users.noreply.github.com>
2023-09-06 13:10:48 +03:00
|
|
|
},
|
|
|
|
"text": "Priority:{'self': 'https://unstructured-jira-connector-test.atlassian.net/rest/api/2/priority/3', 'iconUrl': 'https://unstructured-jira-connector-test.atlassian.net/images/icons/priorities/medium.svg', 'name': 'Medium', 'id': '3'}"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Title",
|
|
|
|
"element_id": "082962c30e083254955e0bcdb7c44210",
|
|
|
|
"metadata": {
|
|
|
|
"data_source": {
|
|
|
|
"url": "https://unstructured-jira-connector-test.atlassian.net/browse/JCTP2-8",
|
|
|
|
"record_locator": {
|
|
|
|
"base_url": "https://unstructured-jira-connector-test.atlassian.net",
|
|
|
|
"issue_key": "JCTP2-8"
|
|
|
|
},
|
2023-10-04 21:04:18 -06:00
|
|
|
"date_created": "2023-08-22T11:35:48.407000+00:00",
|
|
|
|
"date_modified": "2023-09-29T05:55:11.066000+00:00"
|
feat: jira connector (cloud) (#1238)
This connector:
- takes a Jira Cloud URL, user email and api token; to authenticate into
Jira Cloud
- ingests:
- either all issues in all projects in a Jira Cloud Organization
- or
- issues in user specified projects, boards
- user specified issues
- processes this kind of data:
- text fields such as issue summary, description, and comments
- dropdown fields such as issue type, status, priority, assignee,
reporter, labels, and components
- other data such as issue id, issue key, project id, information on
subtasks
- notes down attachment URLs, however does not process attachments
- stores each downloaded issue in a txt file, in a predefined template
form (consisting of the data above)
- then processes each downloaded issue document into elements using
unstructured library
- related to: https://github.com/Unstructured-IO/unstructured/issues/263
To test the changes, make the necessary setups and run the relevant
ingest test scripts.
---------
Co-authored-by: ryannikolaidis <1208590+ryannikolaidis@users.noreply.github.com>
Co-authored-by: ahmetmeleq <ahmetmeleq@users.noreply.github.com>
2023-09-06 13:10:48 +03:00
|
|
|
},
|
2023-09-26 14:09:27 -04:00
|
|
|
"filetype": "text/plain",
|
|
|
|
"languages": [
|
|
|
|
"eng"
|
|
|
|
]
|
feat: jira connector (cloud) (#1238)
This connector:
- takes a Jira Cloud URL, user email and api token; to authenticate into
Jira Cloud
- ingests:
- either all issues in all projects in a Jira Cloud Organization
- or
- issues in user specified projects, boards
- user specified issues
- processes this kind of data:
- text fields such as issue summary, description, and comments
- dropdown fields such as issue type, status, priority, assignee,
reporter, labels, and components
- other data such as issue id, issue key, project id, information on
subtasks
- notes down attachment URLs, however does not process attachments
- stores each downloaded issue in a txt file, in a predefined template
form (consisting of the data above)
- then processes each downloaded issue document into elements using
unstructured library
- related to: https://github.com/Unstructured-IO/unstructured/issues/263
To test the changes, make the necessary setups and run the relevant
ingest test scripts.
---------
Co-authored-by: ryannikolaidis <1208590+ryannikolaidis@users.noreply.github.com>
Co-authored-by: ahmetmeleq <ahmetmeleq@users.noreply.github.com>
2023-09-06 13:10:48 +03:00
|
|
|
},
|
|
|
|
"text": "AssigneeID_Name:{} {}"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Title",
|
|
|
|
"element_id": "88a9ab41dc24a388b6fb681c25a23751",
|
|
|
|
"metadata": {
|
|
|
|
"data_source": {
|
|
|
|
"url": "https://unstructured-jira-connector-test.atlassian.net/browse/JCTP2-8",
|
|
|
|
"record_locator": {
|
|
|
|
"base_url": "https://unstructured-jira-connector-test.atlassian.net",
|
|
|
|
"issue_key": "JCTP2-8"
|
|
|
|
},
|
2023-10-04 21:04:18 -06:00
|
|
|
"date_created": "2023-08-22T11:35:48.407000+00:00",
|
|
|
|
"date_modified": "2023-09-29T05:55:11.066000+00:00"
|
feat: jira connector (cloud) (#1238)
This connector:
- takes a Jira Cloud URL, user email and api token; to authenticate into
Jira Cloud
- ingests:
- either all issues in all projects in a Jira Cloud Organization
- or
- issues in user specified projects, boards
- user specified issues
- processes this kind of data:
- text fields such as issue summary, description, and comments
- dropdown fields such as issue type, status, priority, assignee,
reporter, labels, and components
- other data such as issue id, issue key, project id, information on
subtasks
- notes down attachment URLs, however does not process attachments
- stores each downloaded issue in a txt file, in a predefined template
form (consisting of the data above)
- then processes each downloaded issue document into elements using
unstructured library
- related to: https://github.com/Unstructured-IO/unstructured/issues/263
To test the changes, make the necessary setups and run the relevant
ingest test scripts.
---------
Co-authored-by: ryannikolaidis <1208590+ryannikolaidis@users.noreply.github.com>
Co-authored-by: ahmetmeleq <ahmetmeleq@users.noreply.github.com>
2023-09-06 13:10:48 +03:00
|
|
|
},
|
2023-09-26 14:09:27 -04:00
|
|
|
"filetype": "text/plain",
|
|
|
|
"languages": [
|
|
|
|
"eng"
|
|
|
|
]
|
feat: jira connector (cloud) (#1238)
This connector:
- takes a Jira Cloud URL, user email and api token; to authenticate into
Jira Cloud
- ingests:
- either all issues in all projects in a Jira Cloud Organization
- or
- issues in user specified projects, boards
- user specified issues
- processes this kind of data:
- text fields such as issue summary, description, and comments
- dropdown fields such as issue type, status, priority, assignee,
reporter, labels, and components
- other data such as issue id, issue key, project id, information on
subtasks
- notes down attachment URLs, however does not process attachments
- stores each downloaded issue in a txt file, in a predefined template
form (consisting of the data above)
- then processes each downloaded issue document into elements using
unstructured library
- related to: https://github.com/Unstructured-IO/unstructured/issues/263
To test the changes, make the necessary setups and run the relevant
ingest test scripts.
---------
Co-authored-by: ryannikolaidis <1208590+ryannikolaidis@users.noreply.github.com>
Co-authored-by: ahmetmeleq <ahmetmeleq@users.noreply.github.com>
2023-09-06 13:10:48 +03:00
|
|
|
},
|
|
|
|
"text": "ReporterAdr_Name:devops+jira-connector@unstructured.io Unstructured Devops"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Title",
|
|
|
|
"element_id": "2dabfb30dd19895a0735f20a728e8553",
|
|
|
|
"metadata": {
|
|
|
|
"data_source": {
|
|
|
|
"url": "https://unstructured-jira-connector-test.atlassian.net/browse/JCTP2-8",
|
|
|
|
"record_locator": {
|
|
|
|
"base_url": "https://unstructured-jira-connector-test.atlassian.net",
|
|
|
|
"issue_key": "JCTP2-8"
|
|
|
|
},
|
2023-10-04 21:04:18 -06:00
|
|
|
"date_created": "2023-08-22T11:35:48.407000+00:00",
|
|
|
|
"date_modified": "2023-09-29T05:55:11.066000+00:00"
|
feat: jira connector (cloud) (#1238)
This connector:
- takes a Jira Cloud URL, user email and api token; to authenticate into
Jira Cloud
- ingests:
- either all issues in all projects in a Jira Cloud Organization
- or
- issues in user specified projects, boards
- user specified issues
- processes this kind of data:
- text fields such as issue summary, description, and comments
- dropdown fields such as issue type, status, priority, assignee,
reporter, labels, and components
- other data such as issue id, issue key, project id, information on
subtasks
- notes down attachment URLs, however does not process attachments
- stores each downloaded issue in a txt file, in a predefined template
form (consisting of the data above)
- then processes each downloaded issue document into elements using
unstructured library
- related to: https://github.com/Unstructured-IO/unstructured/issues/263
To test the changes, make the necessary setups and run the relevant
ingest test scripts.
---------
Co-authored-by: ryannikolaidis <1208590+ryannikolaidis@users.noreply.github.com>
Co-authored-by: ahmetmeleq <ahmetmeleq@users.noreply.github.com>
2023-09-06 13:10:48 +03:00
|
|
|
},
|
2023-09-26 14:09:27 -04:00
|
|
|
"filetype": "text/plain",
|
|
|
|
"languages": [
|
|
|
|
"eng"
|
|
|
|
]
|
feat: jira connector (cloud) (#1238)
This connector:
- takes a Jira Cloud URL, user email and api token; to authenticate into
Jira Cloud
- ingests:
- either all issues in all projects in a Jira Cloud Organization
- or
- issues in user specified projects, boards
- user specified issues
- processes this kind of data:
- text fields such as issue summary, description, and comments
- dropdown fields such as issue type, status, priority, assignee,
reporter, labels, and components
- other data such as issue id, issue key, project id, information on
subtasks
- notes down attachment URLs, however does not process attachments
- stores each downloaded issue in a txt file, in a predefined template
form (consisting of the data above)
- then processes each downloaded issue document into elements using
unstructured library
- related to: https://github.com/Unstructured-IO/unstructured/issues/263
To test the changes, make the necessary setups and run the relevant
ingest test scripts.
---------
Co-authored-by: ryannikolaidis <1208590+ryannikolaidis@users.noreply.github.com>
Co-authored-by: ahmetmeleq <ahmetmeleq@users.noreply.github.com>
2023-09-06 13:10:48 +03:00
|
|
|
},
|
|
|
|
"text": "Labels:"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Title",
|
|
|
|
"element_id": "749dd93ddca4986780a6c8170f137197",
|
|
|
|
"metadata": {
|
|
|
|
"data_source": {
|
|
|
|
"url": "https://unstructured-jira-connector-test.atlassian.net/browse/JCTP2-8",
|
|
|
|
"record_locator": {
|
|
|
|
"base_url": "https://unstructured-jira-connector-test.atlassian.net",
|
|
|
|
"issue_key": "JCTP2-8"
|
|
|
|
},
|
2023-10-04 21:04:18 -06:00
|
|
|
"date_created": "2023-08-22T11:35:48.407000+00:00",
|
|
|
|
"date_modified": "2023-09-29T05:55:11.066000+00:00"
|
feat: jira connector (cloud) (#1238)
This connector:
- takes a Jira Cloud URL, user email and api token; to authenticate into
Jira Cloud
- ingests:
- either all issues in all projects in a Jira Cloud Organization
- or
- issues in user specified projects, boards
- user specified issues
- processes this kind of data:
- text fields such as issue summary, description, and comments
- dropdown fields such as issue type, status, priority, assignee,
reporter, labels, and components
- other data such as issue id, issue key, project id, information on
subtasks
- notes down attachment URLs, however does not process attachments
- stores each downloaded issue in a txt file, in a predefined template
form (consisting of the data above)
- then processes each downloaded issue document into elements using
unstructured library
- related to: https://github.com/Unstructured-IO/unstructured/issues/263
To test the changes, make the necessary setups and run the relevant
ingest test scripts.
---------
Co-authored-by: ryannikolaidis <1208590+ryannikolaidis@users.noreply.github.com>
Co-authored-by: ahmetmeleq <ahmetmeleq@users.noreply.github.com>
2023-09-06 13:10:48 +03:00
|
|
|
},
|
2023-09-26 14:09:27 -04:00
|
|
|
"filetype": "text/plain",
|
|
|
|
"languages": [
|
|
|
|
"eng"
|
|
|
|
]
|
feat: jira connector (cloud) (#1238)
This connector:
- takes a Jira Cloud URL, user email and api token; to authenticate into
Jira Cloud
- ingests:
- either all issues in all projects in a Jira Cloud Organization
- or
- issues in user specified projects, boards
- user specified issues
- processes this kind of data:
- text fields such as issue summary, description, and comments
- dropdown fields such as issue type, status, priority, assignee,
reporter, labels, and components
- other data such as issue id, issue key, project id, information on
subtasks
- notes down attachment URLs, however does not process attachments
- stores each downloaded issue in a txt file, in a predefined template
form (consisting of the data above)
- then processes each downloaded issue document into elements using
unstructured library
- related to: https://github.com/Unstructured-IO/unstructured/issues/263
To test the changes, make the necessary setups and run the relevant
ingest test scripts.
---------
Co-authored-by: ryannikolaidis <1208590+ryannikolaidis@users.noreply.github.com>
Co-authored-by: ahmetmeleq <ahmetmeleq@users.noreply.github.com>
2023-09-06 13:10:48 +03:00
|
|
|
},
|
|
|
|
"text": "Components:"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Title",
|
|
|
|
"element_id": "be17f771ea16bc7aa2201e6da886b379",
|
|
|
|
"metadata": {
|
|
|
|
"data_source": {
|
|
|
|
"url": "https://unstructured-jira-connector-test.atlassian.net/browse/JCTP2-8",
|
|
|
|
"record_locator": {
|
|
|
|
"base_url": "https://unstructured-jira-connector-test.atlassian.net",
|
|
|
|
"issue_key": "JCTP2-8"
|
|
|
|
},
|
2023-10-04 21:04:18 -06:00
|
|
|
"date_created": "2023-08-22T11:35:48.407000+00:00",
|
|
|
|
"date_modified": "2023-09-29T05:55:11.066000+00:00"
|
feat: jira connector (cloud) (#1238)
This connector:
- takes a Jira Cloud URL, user email and api token; to authenticate into
Jira Cloud
- ingests:
- either all issues in all projects in a Jira Cloud Organization
- or
- issues in user specified projects, boards
- user specified issues
- processes this kind of data:
- text fields such as issue summary, description, and comments
- dropdown fields such as issue type, status, priority, assignee,
reporter, labels, and components
- other data such as issue id, issue key, project id, information on
subtasks
- notes down attachment URLs, however does not process attachments
- stores each downloaded issue in a txt file, in a predefined template
form (consisting of the data above)
- then processes each downloaded issue document into elements using
unstructured library
- related to: https://github.com/Unstructured-IO/unstructured/issues/263
To test the changes, make the necessary setups and run the relevant
ingest test scripts.
---------
Co-authored-by: ryannikolaidis <1208590+ryannikolaidis@users.noreply.github.com>
Co-authored-by: ahmetmeleq <ahmetmeleq@users.noreply.github.com>
2023-09-06 13:10:48 +03:00
|
|
|
},
|
2023-09-26 14:09:27 -04:00
|
|
|
"filetype": "text/plain",
|
|
|
|
"languages": [
|
|
|
|
"eng"
|
|
|
|
]
|
feat: jira connector (cloud) (#1238)
This connector:
- takes a Jira Cloud URL, user email and api token; to authenticate into
Jira Cloud
- ingests:
- either all issues in all projects in a Jira Cloud Organization
- or
- issues in user specified projects, boards
- user specified issues
- processes this kind of data:
- text fields such as issue summary, description, and comments
- dropdown fields such as issue type, status, priority, assignee,
reporter, labels, and components
- other data such as issue id, issue key, project id, information on
subtasks
- notes down attachment URLs, however does not process attachments
- stores each downloaded issue in a txt file, in a predefined template
form (consisting of the data above)
- then processes each downloaded issue document into elements using
unstructured library
- related to: https://github.com/Unstructured-IO/unstructured/issues/263
To test the changes, make the necessary setups and run the relevant
ingest test scripts.
---------
Co-authored-by: ryannikolaidis <1208590+ryannikolaidis@users.noreply.github.com>
Co-authored-by: ahmetmeleq <ahmetmeleq@users.noreply.github.com>
2023-09-06 13:10:48 +03:00
|
|
|
},
|
|
|
|
"text": "Test Epic 1 Story 1"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "UncategorizedText",
|
|
|
|
"element_id": "44136fa355b3678a1146ad16f7e8649e",
|
|
|
|
"metadata": {
|
|
|
|
"data_source": {
|
|
|
|
"url": "https://unstructured-jira-connector-test.atlassian.net/browse/JCTP2-8",
|
|
|
|
"record_locator": {
|
|
|
|
"base_url": "https://unstructured-jira-connector-test.atlassian.net",
|
|
|
|
"issue_key": "JCTP2-8"
|
|
|
|
},
|
2023-10-04 21:04:18 -06:00
|
|
|
"date_created": "2023-08-22T11:35:48.407000+00:00",
|
|
|
|
"date_modified": "2023-09-29T05:55:11.066000+00:00"
|
feat: jira connector (cloud) (#1238)
This connector:
- takes a Jira Cloud URL, user email and api token; to authenticate into
Jira Cloud
- ingests:
- either all issues in all projects in a Jira Cloud Organization
- or
- issues in user specified projects, boards
- user specified issues
- processes this kind of data:
- text fields such as issue summary, description, and comments
- dropdown fields such as issue type, status, priority, assignee,
reporter, labels, and components
- other data such as issue id, issue key, project id, information on
subtasks
- notes down attachment URLs, however does not process attachments
- stores each downloaded issue in a txt file, in a predefined template
form (consisting of the data above)
- then processes each downloaded issue document into elements using
unstructured library
- related to: https://github.com/Unstructured-IO/unstructured/issues/263
To test the changes, make the necessary setups and run the relevant
ingest test scripts.
---------
Co-authored-by: ryannikolaidis <1208590+ryannikolaidis@users.noreply.github.com>
Co-authored-by: ahmetmeleq <ahmetmeleq@users.noreply.github.com>
2023-09-06 13:10:48 +03:00
|
|
|
},
|
2023-09-26 14:09:27 -04:00
|
|
|
"filetype": "text/plain",
|
|
|
|
"languages": [
|
|
|
|
"eng"
|
|
|
|
]
|
feat: jira connector (cloud) (#1238)
This connector:
- takes a Jira Cloud URL, user email and api token; to authenticate into
Jira Cloud
- ingests:
- either all issues in all projects in a Jira Cloud Organization
- or
- issues in user specified projects, boards
- user specified issues
- processes this kind of data:
- text fields such as issue summary, description, and comments
- dropdown fields such as issue type, status, priority, assignee,
reporter, labels, and components
- other data such as issue id, issue key, project id, information on
subtasks
- notes down attachment URLs, however does not process attachments
- stores each downloaded issue in a txt file, in a predefined template
form (consisting of the data above)
- then processes each downloaded issue document into elements using
unstructured library
- related to: https://github.com/Unstructured-IO/unstructured/issues/263
To test the changes, make the necessary setups and run the relevant
ingest test scripts.
---------
Co-authored-by: ryannikolaidis <1208590+ryannikolaidis@users.noreply.github.com>
Co-authored-by: ahmetmeleq <ahmetmeleq@users.noreply.github.com>
2023-09-06 13:10:48 +03:00
|
|
|
},
|
|
|
|
"text": "{}"
|
|
|
|
}
|
|
|
|
]
|