đ„Letâs Do DevOps: Creating 60k GitHub Auto-Link References to Jira
This blog series focuses on presenting complex DevOps projects as simple and approachable via plain language and lots of pictures. You can do it!
Hey all!
GitHub is a fantastic place for code, but probably isnât where youâre managing your ticket queue, right? You could use GitHub Issues to keep track of specific issues with a code-base, but your project manager isnât going to be happy with that â theyâd much rather see an aggregate queue of work on all the different team boards in something like Atlassianâs Jira ticketing system.
So all the work comes from Jira, and is implemented in GitHub. Those ticket numbers are all over your code commits, your PR comments, and your git history.
And GitHub has a tremendously useful feature that helps you find your way back to Jira â itâs called an auto-link reference, and it means once configured on a repo, any string in any context (commit message, comment, PR message, etc.) will become a hyperlink and link back to your ticketing system! That could save a heck of a lot of time.
Unfortunately it doesnât live within an Org configuration â it lives at the Repo level. I have 42 ticket projects to watch for, and I have 1,426 repositories to configure.
That means I needâŠ