πŸ™ GitHub, GitLab & Bitbucket

Code and Context.
Finally Together.

Stop jumping between Jira and GitHub just to see if a PR is merged. Klority seamlessly integrates your version control, bringing commits and pull requests directly into your issue view.

Built for Developers, Not Managers.

Connecting your project management tool to your codebase shouldn't require a 14-step approval process from your IT department. Most enterprise tools require you to install heavy, globally-scoped OAuth apps that pause development for security reviews.

We built Klority's VCS integration differently. Using decentralized Personal Access Tokens (PATs) and standard webhooks, an engineer can connect a Klority project to a GitHub repository in exactly 45 seconds. No global permissions, no bureaucracyβ€”just immediate productivity.

Once connected, the friction vanishes. You click "Create Branch" on a Klority ticket, write your code, and mention the Task ID in your commit. Klority's webhooks catch the push, auto-link the commit to your ticket, and update the status in real-time. The code is the context.

Task: WAVE-120
SC

Implement Global Rate Limiting on API v2

In Progress

We need to enforce a sliding window rate limit of 1000 requests per minute per workspace to prevent abuse on the new v2 endpoints. Check the linked wiki for Redis schema details.

Linked Code Activity

WAVE-120 feat: sliding window rate limit
#42 opened 2 hours ago by @jdoe
OPEN
Added Redis cache layer for limits
commit c4f92a1
4 hrs ago

Repository

vellsoft/wavesdrive

Properties

Reporter JD
Points 3

One-Click Branching

Create a Git branch directly from a task. Klority automatically formats the branch name with your Task ID so you never break convention.

Automated Webhook Sync

Zero manual data entry. Just mention `PROJ-123` in your commit message or PR title, and Klority instantly pulls the status into the issue tracking view. Review code exactly where the product requirements live.

Three Providers. One Platform.

Whether your organization runs on GitHub, uses self-hosted GitLab instances, or relies on Bitbucket Cloud, Klority's integration engine supports it natively out of the box.

πŸ™ 🦊 πŸͺ£

Decentralized Security

Configure global workspace credentials, or override them at the project level to handle isolated clients. All tokens are AES-256-CBC encrypted at rest.

Integration FAQs

Everything you need to know. Click a question to expand the answer.

Which version control systems does Klority support?

Klority natively supports GitHub, GitLab, and Bitbucket Cloud. You can link your repositories directly to your workspace or specific projects.

Do I need to install a heavy third-party app in my GitHub/GitLab organization?

No! Unlike Jira, which requires installing a global App that requires admin approval, Klority uses decentralized Personal Access Tokens (PATs) and standard webhooks. This means any developer can link their project in seconds without dealing with IT bureaucracy.

Can I create branches directly from Klority?

Yes. Every task in Klority features a 'Create Branch' button that instantly provisions a new branch in your repository formatted with the Task ID (e.g., feature/PROJ-123-new-login).

How does Klority link my commits to tasks?

Through automated webhooks. If a commit message or pull request title contains the Klority task ID (e.g., 'fix: resolve PROJ-42 typo'), Klority instantly links the code change to the issue and displays its status.

Are my Git tokens secure?

Absolutely. All Personal Access Tokens and Webhook Secrets are AES-256-CBC encrypted at rest in our database.

Connect Your Repositories

Code is nothing without context.