-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
MIGRATION: Track issue type #14507
Comments
I've initially implemented this as follows, which covers all issue types currently in use in the ARROW Jira project (example here):
|
Flagging thins as "sub-task" doesn't seem super useful, and I doubt anyone will add the label. That will make so that GitHub properly tracks them as sub-tasks |
To me, this issue focuses on defining what we want to retain of the ASF Jira issue type field. As you rightly note, retaining references across Jira issues has significant additional value, and I've opened #14520 to track that independently. I still think there's value in knowing the issue type of an issue migrated from ASF Jira. If not "sub-task" as a label, should we not include an explicit type label? Should we call it a "task", effectively elevating it from sub-task to task? I agree that the notion of a "sub-task" label is unlikely to be consistently applied in future manually-created GitHub issues, though it may be possible with issue templates and forms (e.g., a special form to create a sub-task of an existing issue which properly sets the label and requires a reference to the parent issue). |
I have added some examples/details about task lists in #14520
eh, sub-tasks are marked as such by the "tracked in"-badge, I don't think that is worth another label. For the other types labels make sense. |
The logic has been updated as follows:
|
In anticipation of a potential migration from ASJ Jira to GitHub for issue tracking, an assessment is needed on whether we need to retain the ability to meaningfully track different issue types (bug, feature request, etc.). Issue type is a top-level Jira construct, but there is no corresponding attribute in GitHub issues. Alternatives may include labels or custom fields.
The text was updated successfully, but these errors were encountered: