Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

DEVPROD-2622 Update Jira ticket url to use DEVPROD project #2173

Merged
merged 2 commits into from
Nov 28, 2023

Conversation

khelif96
Copy link
Contributor

DEVPROD-2622

Description

Swaps the pid used for linking to the jira ticket form from the Evergreen Project to the DEVPROD project

@khelif96 khelif96 requested a review from a team November 28, 2023 19:26
Copy link

cypress bot commented Nov 28, 2023

2 failed tests on run #14422 ↗︎

2 603 7 0 Flakiness 0
⚠️ You've recorded test results over your free plan limit.
Upgrade your plan to view test results.

Details:

Update form to use devprod project
Project: Spruce Commit: 1172aef577
Status: Failed Duration: 19:06 💡
Started: Nov 28, 2023 7:33 PM Ended: Nov 28, 2023 7:52 PM

Review all test suite changes for PR #2173 ↗︎

@@ -34,10 +34,10 @@ export const windowsPasswordRulesURL =
"https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2003/cc786468(v=ws.10)?redirectedfrom=MSDN";

export const getJiraBugUrl = (jiraHost: string) =>
`https://${jiraHost}/secure/CreateIssueDetails!init.jspa?pid=12787&issuetype=1&priority=4&labels=user-feedback&description=Please%20note%20browser%20and%20OS%20when%20describing%20your%20issue.`;
`https://${jiraHost}/secure/CreateIssueDetails!init.jspa?pid=22786&issuetype=1&priority=4&labels=user-feedback&description=Please%20note%20browser%20and%20OS%20when%20describing%20your%20issue.`;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could be nice to pull this value into a jiraProjectId variable

@khelif96 khelif96 merged commit 9668376 into evergreen-ci:main Nov 28, 2023
2 of 5 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants