Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to get deployment URLs under the "Deployments" tab

Eliot
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 14, 2022

Hello,

I would really like to get a hyperlink under "Deployment" which takes you to the actual URL of the build. Currently, both "Pipeline" and "Deployment" link to the completed GitHub action run:

image.pngHere is what you see when you click on either of the links:

image.png

And this is the button I would like to link to have under "Deployment" on Jira:

image.png

I'm using a third-party GitHub action which automatically creates Vercel preview builds whenever we push to a branch.

5 answers

5 votes
Constantine Genchevsky
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 29, 2023

Waiting for the same feature. Need deployment URL to be sent to Jira Github integration trigger

2 votes
Agnislav Onufriichuk
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 14, 2023

+1. 

1 vote
Philippe Auriach
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 26, 2023

We also need this, without it is kind of useless

0 votes
Richard Blackwell
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 24, 2025

+1

0 votes
Tim Giblin
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 6, 2023

I had this exact same issue (api.github.com... showing up in the jira ui) but adding log_url worked when creating the deployment status.

const deploymentStatus = await octokit.rest.repos.createDeploymentStatus({

   ...

   log_url: vercelDeploymentUrl,

   ...

});
Constantine Genchevsky
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 8, 2023

Have never seen  this parameter before. Where is it documented?

Tim Giblin
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 9, 2023

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events