How to map a merged branch (with a ticket id) to an environment. Marry Vercel, Github, and Jira integrations. #1947
Unanswered
natezander
asked this question in
Q&A
Replies: 1 comment
-
|
Are there any new updates related to this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As a director, I need to know which environments a specific ticket has been deployed to.
Vercel has the concept of environments, and we successfully create deployments w/ environment variables based on branch names.
Github has the concept of environments, but I have never been able to figure out how to map them to a branch pattern or to a vercel deploy. I thought I found the holy grail with the recently released environment mapping feature in GH, but this seems tied to their own concept of environment variables and GH actions.
And Jira wraps this all together by publishing branch and environments for each ticket.
Has anyone successfully linked these three products together?
My ultimate goal is to determine 'if a ticket has been merged in to the
developmentbranch, then it is live in thedevelopmentenvironment. When those tickets have been merged into thestagingbranch, then those tickets are live in thestagingenvironment. You can see that most deployments are simply listed asPrevieworUndefinedIt does appear that Jira/GH/Vercel properly matches pushes to the
masterbranch and marks them asproductionenvironment.Beta Was this translation helpful? Give feedback.
All reactions