You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by "narrowizard (via GitHub)" <gi...@apache.org> on 2023/05/05 03:25:56 UTC

[GitHub] [incubator-devlake] narrowizard opened a new issue, #4738: [Feature][Domain] Support multiple assignees for issues in the issue tracking domain

narrowizard opened a new issue, #4738:
URL: https://github.com/apache/incubator-devlake/issues/4738

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar feature requirement.
   
   
   ### Use case
   
   As a DevOps team, we use TAPD as our issue tracking tool, which supports multiple assignees for a single task. However, the current schema of the issue tracking domain in DevLake only supports one assignee per task. We need DevLake to support multiple assignees for issues to better reflect our real-world workflows.
   
   ### Description
   
   Currently, when we collect data from TAPD through DevLake, we are not able to properly capture multiple assignees for a single task. This creates ambiguity and can make it difficult to accurately track the ownership and progress of an issue. Therefore, we would like to request that DevLake updates the schema of the issue tracking domain to support multiple assignees for tasks.
   
   We understand that this change may impact other parts of the system and require changes to the data ingestion process. As such, we recommend that this feature request be prioritized as high and are willing to work closely with the DevLake development team to ensure a smooth integration.
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] github-actions[bot] commented on issue #4738: [Feature][Domain] Support multiple assignees for issues in the issue tracking domain

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #4738:
URL: https://github.com/apache/incubator-devlake/issues/4738#issuecomment-1535550387

   This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] github-actions[bot] closed issue #4738: [Feature][Domain] Support multiple assignees for issues in the issue tracking domain

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #4738: [Feature][Domain] Support multiple assignees for issues in the issue tracking domain
URL: https://github.com/apache/incubator-devlake/issues/4738


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] coldgust commented on issue #4738: [Feature][Domain] Support multiple assignees for issues in the issue tracking domain

Posted by "coldgust (via GitHub)" <gi...@apache.org>.
coldgust commented on issue #4738:
URL: https://github.com/apache/incubator-devlake/issues/4738#issuecomment-1483008018

   Hi, I would like to work with this task, have a design schema now?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] abeizn closed issue #4738: [Feature][Domain] Support multiple assignees for issues in the issue tracking domain

Posted by "abeizn (via GitHub)" <gi...@apache.org>.
abeizn closed issue #4738: [Feature][Domain] Support multiple assignees for issues in the issue tracking domain
URL: https://github.com/apache/incubator-devlake/issues/4738


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] klesh commented on issue #4738: [Feature][Domain] Support multiple assignees for issues in the issue tracking domain

Posted by "klesh (via GitHub)" <gi...@apache.org>.
klesh commented on issue #4738:
URL: https://github.com/apache/incubator-devlake/issues/4738#issuecomment-1484699594

   Thanks for volunteering. I think we should add a table named `issue_assignees (issue_id, assignee_id, assignee_name)` and update all plugins according.
   
   What do you guys think? 
   @narrowizard  @Startrekzky 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] narrowizard commented on issue #4738: [Feature][Domain] Support multiple assignees for issues in the issue tracking domain

Posted by "narrowizard (via GitHub)" <gi...@apache.org>.
narrowizard commented on issue #4738:
URL: https://github.com/apache/incubator-devlake/issues/4738#issuecomment-1486026274

   - `issue_assignees` looks good to me. @klesh   
   - We expect this feature to be completed in version 0.18 (before 4.30), do you have enough time to develop it? @coldgust 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] github-actions[bot] commented on issue #4738: [Feature][Domain] Support multiple assignees for issues in the issue tracking domain

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #4738:
URL: https://github.com/apache/incubator-devlake/issues/4738#issuecomment-1524269904

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org