Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
September 29, 2021 03:54 pm GMT

WorkerB Developer Automation From LinearB

The most powerful tool we have as developers is automation.
Scott Hanselman

Developers automate everything about how we write, test and ship code. But when it comes to the process of how we work together as a team on projects, its highly manual.

I have to manually update Jira. I have to remember which of my PRs need attention and manually send a Slack message to my teammate asking for help. It takes dozens of clicks to see my open PRs in GitHub. I have to manually update my manager when I finish a piece of work or start on a new ticket. GitHub has a detailed record of everything Im doing so why do I need to manually keep track of everything and physically input all of my updates into a project management system?

Introducing WorkerB Developer Automation

To help developers save time, eliminate annoying manual tasks, reduce tab and context switching, and remove project idle time, we built three types of automation:

  • Personal automation

  • Team automation

  • Project automation

Personal Automation

Type /lb help into Slack (MS Teams coming soon!) and youll see a list of useful commands to help you see all of your PRs and reviews together, without clicking around.

If you dont have a LinearB account, click here to sign up free. If you have not linked Slack to LinearB, click here to connect your account.

One command I use every day is **/lb reviews. **It shows PRs currently assigned to me and with one click I can get to them directly in GitHub / GitLab / Bitbucket (Azure DevOps coming soon!)

You can also configure alerts to notify you proactively of events on your PRs.

Alt Text

I really like the PR request changes alert. It saves me from leaving my IDE every hour to see whats happening with my PRs.

Alt Text

Team Automation

Your team can configure policies based on your specific way of working to cut idle time and establish PR review quality guardrails.

When a policy triggers, LinearB alerts the team Slack channel of your choosing (MS Teams coming soon!) and provides links to the related branch or PR. Since LinearB correlates your Git work with your projects stories, we show you the related story so you can prioritize your follow-up accordingly.

The Long review alert has been really helpful for our team since we moved to work-from-home. We get alerted when a review has been open for longer than 2 days. Other teams at LinearB have it set to trigger after 3 days.

Learn more about configuring your team policies in this help article.

Project Automation

The LinearB Pulse board shows a live timeline of Git activity correlated to each of your projects / features / bugs. It makes our daily stand-up more efficient by summarizing blockers, WIP and open tasks for every developer on the team.

Pulse detects when your real-life work in Git does not match the status of your project management system and allows you to update the status with two clicks, without logging into your project system.

In the example below from our Pulse board today, the story add share button to custom dashboard *was marked *Selected for Sprint in Jira when in reality it was *In Progress. *We know its in progress because the little blue dots on the Git Activity Timeline on the right indicate multiple commits. We noticed the discrepancy during the meeting and fixed it in real-time.

More Automation Coming Soon

Were busy building more personal, team and project automations to help you save more time:

Branch-to-ticket matching: Well notify you when your branch or PR is not linked to a ticket and help you match it with an existing ticket or create a new ticket (without going to your project tool).

PR auto-close: When you receive a LinearB alert that your PR has been approved, you can also close it with a single click.

Idle ticket alert: Well detect when an important feature or bug has been idle, based on your Git activity, and alert you based on your teams policy configuration.

Summary

Developers like workflow automation because it saves us time, cuts down on tab and context switching, helps us be more responsive to teammates and helps us get through reviews faster so we can merge and move on to the next thing.

Team leads like workflow automation because information travels faster which reduces idle time and speeds up development cycle time.

If you have a LinearB account, you can use all of these automation features now. If you dont have a LinearB account, click here to sign up free. If you have not linked Slack to your LinearB account, click here to connect your account.

Originally published at https://linearb.io on May 4, 2021.


Original Link: https://dev.to/linearb/workerb-developer-automation-from-linearb-1310

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To