-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide environment URL when possible on deployments #2162
Conversation
@@ -387,6 +387,7 @@ export const transformDeployment = async ( | |||
environment: { | |||
id: deployment_status.environment, | |||
displayName: deployment_status.environment, | |||
url: deployment_status.environment_url, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately, according to this public doc https://developer.atlassian.com/cloud/jira/software/rest/api-group-deployments/#api-rest-deployments-0-1-bulk-post
The url
is not supported in the payload, and confirmed with internal team, the environment tab is not clickable at the moment.
And this is new to features to the ui team, so they don't have a roadmap on making it clickable so far, no ETA yet.
If you like, can you please submit a feature request to Jira software?
Thanks.
Hi @aldenquimby |
Ok thank you @gxueatlassian . In that case could you take a look at #2132 instead? |
Inspired by #2271. There is a workaround before the Jira update. Due to default link for deployment is the I test deploy the build with date as tag name. And set the URL for the link to tag as Example repo: https://github.com/MainasuK/DeadPixelTest/deployments/staging Hope this helps. |
What's in this PR?
Why
Added feature flags
Affected issues
How has this been tested?
Whats Next?