Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] Organization Sprint Task Add tasks to sprints with task worked hours #8362

Open
GloireMutaliko21 opened this issue Oct 8, 2024 · 0 comments
Assignees
Labels

Comments

@GloireMutaliko21
Copy link
Member

Description

We have an OrganizationSprintTask entity that handles the Many-To-Many relationship between Task and OrganizationSprint. Currently, there is no API endpoint to create or add data in this table. The goal of this issue is to enable the creation of a link between a task (Task) and a sprint (OrganizationSprint) by adding a new entry in the organization_sprint_task table

Context

The OrganizationSprintTask entity is defined with a Many-To-Many configuration to store the relationships between sprints (OrganizationSprint) and tasks (Task). The new feature should allow:

  • Creating a link between an existing task and a sprint.
  • Specifying additional attributes, such as totalWorkedHours (the total number of hours worked on a specific task in a specific sprint).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants