MeltanoLabs / tap-jira

Other
1 stars 15 forks source link

Added discriminated union #21

Closed lucas5thorneRyanMiranda closed 1 year ago

lucas5thorneRyanMiranda commented 1 year ago

PR for adding streams for Jira. After merging, the connector will be ready for migration.

Requested update:

Next step:

List of Streams in tap-jira:

  1. AUDIT_RECORDS
  2. DASHBOARDS
  3. FIELDS
  4. FILTER_DEFAULT_SHARE_SCOPES
  5. FILTER_SEARCHES
  6. GROUPS_PICKERS
  7. ISSUE_TYPES
  8. ISSUES
  9. LICENSES
  10. PERMISSION_HOLDERS
  11. PERMISSIONS
  12. PRIORITIES
  13. PROJECT_ROLE_ACTORS
  14. PROJECT_ROLES
  15. PROJECTS
  16. SCREEN_SCHEMES
  17. SCREENS
  18. SERVER_INFO
  19. SPRINTS
  20. STATUSES_SEARCHES
  21. USERS
  22. WORKFLOW_SEARCHES
  23. WORKFLOW_STATUSES
  24. WORKFLOWS

The 24 streams contain all the data found in 11 omitted streams which we left out of the tap. Which are listed here.

In comparison to Fivetran, Airbyte, and Singer we cover all the same data with the exception of 21 smaller streams covered by the Airbyte tap.

Of those, there are 5 streams which we may want to add in future (description of uncovered streams are on the bottom of the doc here).