Project status renaming #142468
-
Hello, I am working on projects and I would like to add custom status to my projects. Could someone point me to how to edit them? Or if it is not possible please let me know |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
In GitHub, specifically in GitHub Projects, it is not currently possible to add custom statuses directly like you might in more traditional project management tools (e.g., Jira). GitHub provides pre-defined status options such as "On track," "At risk," and "Off track" within their Projects tool, as shown in your screenshot. If you'd like more flexibility in defining project statuses, here are a few alternatives you can consider:
😊 |
Beta Was this translation helpful? Give feedback.
-
Thank you so much for the reply is there a pla to make it customisable?
…On Thu, Oct 24, 2024 at 4:21 PM Burit Sihabut ***@***.***> wrote:
In GitHub, specifically in GitHub Projects, it is not currently possible
to add custom statuses directly like you might in more traditional project
management tools (e.g., Jira). GitHub provides pre-defined status options
such as "On track," "At risk," and "Off track" within their Projects tool,
as shown in your screenshot.
If you'd like more flexibility in defining project statuses, here are a
few alternatives you can consider:
1.
*Use Labels:*
- You can create custom labels for your issues or pull requests (e.g.,
"In Review," "Needs Attention").
- Navigate to the *Issues* or *Pull Requests* tab.
- Select *Labels* from the sidebar.
- Click *New label* to create a custom status label.
- Use these labels to mimic custom statuses.
2.
*GitHub Actions:*
- Automate the assignment of statuses based on certain conditions. For
example, a GitHub Action could be set up to apply a specific label based on
the number of days an issue has been open, the type of issue, or other
criteria.
3.
*Custom Columns in GitHub Projects:*
- You can add custom columns in your project board to represent
different statuses.
- For example, you could create columns for custom stages like
"Under Review," "Blocked," or "Needs Revision."
4.
*Third-Party Integrations:*
- Consider using third-party integrations such as ZenHub or Clubhouse
that extend GitHub's project management capabilities, including custom
workflows and statuses.
😊
—
Reply to this email directly, view it on GitHub
<#142468 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BMJQCA3VWSA22FJ37EGAUHLZ5D645AVCNFSM6AAAAABQQOK7PCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMBUGE4TEMA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Hi @kranta-vocal !!!
As of now, GitHub hasn’t officially announced plans for fully customizable statuses in GitHub Projects. However, feature requests for greater flexibility, like custom statuses, are common, and GitHub does consider community feedback when planning updates. It’s possible we may see this functionality in future releases, so I’d recommend keeping an eye on GitHub’s changelog or their discussions board for any news on this front.
If you found this information useful, please feel free to mark it as the correct answer. 😊