-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
dev: workspace active cycles #3378
Conversation
This reverts commit 7d977ac.
</div> | ||
<div className="flex item-center gap-2"> | ||
<Link | ||
href={`/${workspaceSlug}/projects/${projectId}/cycles`} |
Check warning
Code scanning / CodeQL
Client-side URL redirect Medium
user-provided value
</span> | ||
</Link> | ||
|
||
<Link href={`/${workspaceSlug}/projects/${projectId}/cycles/${cycle.id}`}> |
Check warning
Code scanning / CodeQL
Client-side URL redirect Medium
user-provided value
Just noticed this PR - is this going to be added back into the master branch, or is the plan to maintain it under a paywall? |
@sriramveeraghanta Thanks for Your reply. Of course, I appreciate Your explanation regarding the transition of the active cycles feature to the enterprise feature set. While I understand the need to enhance the robustness of the feature, I was hoping for a way to disable button itself on my self-hosted version, as the upgrade prompt seems out of place. |
This PR includes a feature that enables users to view all active cycles within their workspace conveniently. The feature is accessible through the app sidebar, where a new "Active Cycle" tab has been added. Additionally, search functionality implemented based on project name, project identifier, and cycle name, And Two call-to-action buttons are included for users to visit the active cycle detail page and the active cycle issues.
Media