Task list: Support lists across multiple repositories, or a streamlined issue transfer flow #4442
Replies: 8 comments 7 replies
-
|
I have a similar use case here: octokit/octokit.js#2127 I personally don't mind that I have to manually transfer the issue after I created it, but I consider the 3rd "Go edit the task list" step a bug, I'd have expected that the references in the task lists would be updated automatically. |
Beta Was this translation helpful? Give feedback.
-
|
+1 for this. We're using a parent repo as a project tracker and backlink dependencies to the "story" task on the parent repo. |
Beta Was this translation helpful? Give feedback.
-
|
+1 for this. We have a separate repo to keep the backlog of issues then we transfer the issues to correct repos when we start working on them. The edit step of the tasklist feels a bit broken. |
Beta Was this translation helpful? Give feedback.
-
|
+1 for managing it would be useful to have something other than "issue" (technical). maybe "story" where you can easily add a task list and track task across multiple repositories |
Beta Was this translation helpful? Give feedback.
-
|
Related discussions: |
Beta Was this translation helpful? Give feedback.
-
|
Edit 2022.Oct.04: This behaviour is now fixed!
|
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
An additional problem with this approach is that transfering an issue creates a gap in the issue/PR numbering. For example, if you create issue #1 in The transfered issue will also now have an extra transfer message like "[user] transferred this issue from [repo]". For a cleaner way to manage issues from another repo (but not any faster):
This new task will reference issue #1 in Edit: I'm also experiencing the problem where even if I close the issue from |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
-
My use case involves managing issues for multiple child repos in a single parent repository:
If I want to use the new task list to create issues in the child repos from a meta/tracking issue in the parent repo, I have to:
It would be great to simplify this in some way!
Beta Was this translation helpful? Give feedback.
All reactions