feat(tempo): add Jira Tempo Timesheets plugin#8884
Open
acarmisc wants to merge 1 commit into
Open
Conversation
Adds plugin for ingesting worklogs from Jira Tempo (Tempo Timesheets) API v4. Backend: - Plugin entry point (impl/impl.go) - Tempo API client with Bearer token auth (tasks/api_client.go) - Data collectors, extractors, and converters for worklogs and teams - Connection management API endpoints (api/) - Database migrations for _tool_tempo_worklogs, _tool_tempo_teams - E2E tests with CSV fixtures Config-UI: - Connection configuration UI (config.tsx) - Plugin registration in index.ts Dependency: requires Jira plugin for issue ID mapping. Closes apache#8883
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new plugin for ingesting worklogs from Jira Tempo (Tempo Timesheets) API v4 into DevLake. The plugin collects worklog and team data from the Tempo API and maps them to DevLake's
issue_worklogsdomain layer.Backend (backend/plugins/tempo/):
impl/impl.go) implementing PluginMeta, PluginTask, PluginModel, PluginMigration, PluginSource_tool_tempo_worklogs,_tool_tempo_teams,_tool_tempo_connectionsConfig-UI (config-ui/src/plugins/register/tempo/):
config-ui/src/plugins/register/index.tsDependencies: Requires the Jira plugin for issue ID mapping (
jira:JiraIssues:{ConnectionId}:{IssueId})Does this close any open issues?
Closes #8883
Screenshots
N/A (plugin configuration is standard connection form, consistent with other plugins)
Other Information