Current Functionality Currently, ClickUp allows customizing the format of auto-generated branch names using variables like :taskId:, :taskName:, and :username:. However, there's no option to control the case of these generated branch names without modifying the original task titles. Feature Request: Please add an option to convert auto-generated branch names to all lowercase, regardless of the case used in the original task titles. Proposed Implementation: This could be implemented as a simple checkbox in the branch name format settings: [ ] Convert branch names to lowercase --- Many development teams follow Git naming conventions that prefer or require lowercase branch names for consistency. Currently, to achieve this, we would need to ensure all task titles are created in lowercase, which isn't practical or user-friendly for task management. Examples: Task title: "Implement User Authentication" Current branch name: CU-ae27de_Implement-User-Authentication Desired branch name: cu-ae27de-implement-user-authentication This would allow teams to maintain readable, properly capitalized task titles in ClickUp while still adhering to our Git branch naming conventions.