You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Source Jira: Add Board, Epic, and Sprint-related streams and improve request caching (#6621)
* Create separate cache file per stream and add projects and start_date config
* Add project id to issue record
* Add projectId to issue schema
* Add BoardIssues stream
* Add SprintIssues stream
* Add Epics stream and deduplicate state code
* Add EpicIssues stream and additional fields for Issues stream
* Add story points to sprint issues
* Add new streams to test catalog
* Update gitignore
* Rename cache boolean and fix test catalog
* Fix streams that depend on Issues stream
* Fix sprint_issues stream
* Add more fields to issues stream and format
* Add option to expand issue changelogs
* Remove epic_issues stream
* Expand project descriptions
* Show rendered fields for epics
* Include project key
* Include project key in issues stream
* Address comments
* Use CDK caching
* Remove extra changes
* Fix sprints stream reading from non-scrum boards
* Format
"description": "The user email for your Jira account"
24
+
},
25
+
"projects": {
26
+
"type": "array",
27
+
"title": "Projects",
28
+
"items": {
29
+
"type": "string"
30
+
},
31
+
"examples": ["PROJ1", "PROJ2"],
32
+
"description": "Comma-separated list of Jira project keys to replicate data for"
33
+
},
34
+
"start_date": {
35
+
"type": "string",
36
+
"title": "Start Date",
37
+
"description": "The date from which you'd like to replicate data for Jira in the format YYYY-MM-DDT00:00:00Z. All data generated after this date will be replicated. Note that it will be used only in the following incremental streams: issues.",
0 commit comments