Now Available ✨ Close issue as a duplicate, REST API for sub-issues, and more! #146942
Replies: 3 comments
-
Beta Was this translation helpful? Give feedback.
-
|
HI! This is great, but I dont know why, the "close as duplicate" doesnt show in normal issue pages, only on project pages. ANd when I close as duplicate, it just says I've closed it normally... Example: zen-browser/desktop#2343 |
Beta Was this translation helpful? Give feedback.
-
|
Hi, i had subscribed my org to this feature and after that, my TMetric integration button on issue disappeared on issues pages. |
Beta Was this translation helpful? Give feedback.




-
Following our "Evolving GitHub Issues" announcement we've continued to improve the experience based on your feedback, including closing an issue as a duplicate, a REST API for sub-issues, and expanding the limits for both sub-issues and issue types.
These new features are all available in public preview for you to try. To gain access for your organization, please sign up here. Check out the changelog announcement here.
🧹 Close an issue as a duplicate
You can now close an issue as a duplicate of another issue, making it easier to manage your issues and provide more clarity on why they were closed.
When closing an issue, select
Close as duplicatefrom the dropdown to search for and select the duplicate issue. You'll then see an event in the timeline and note at the top making it clear why it was closed.duplicate_video.mp4
⚙️ REST API support for sub-issues
You can now use the REST API to view, add, remove, and reprioritize sub-issues, making it easier to automate your use of sub-issues. Check out the documentation to learn more.
➕ Increased limits for sub-issues and issue types
You can now have up to 100 sub-issues per parent issue (up from 50), as well as up to 25 issue types in an organization (up from 10), making it easier to manage, classify, and break down work.
📱 Issue types on GitHub Mobile
You can now view, add, and update issue types on GitHub Mobile.
🔍 Improved filtering for sub-issues and issue types
You can use the
has:andno:filters to search for sub-issues and issue types both from a project and the repository issues page, making it easier to find the exact set of issues you're looking for and make updates.Example filters include:
no:typeto find all issues that do not yet have a typeno:parent-issueto find all issues without a parent issuehas:sub-issueto find all issues that have sub-issues✨ Additional improvements
On top of the many bug fixes we've shipped, we've also introduced the following improvements:
UpdateProjectV2FieldGraphQL API mutation to directly update all single select field options in one API.✍️ Tell us what you think!
Share your feedback by posting a comment below 👇
See how to use GitHub for project planning with GitHub Issues, check out what’s on the roadmap, and learn more in the documentation.
Beta Was this translation helpful? Give feedback.
All reactions