Skip to content

Commit d685a5b

Browse files
authored
EPMRPP-98698 || Impossible to create Jira Cloud integration with valid Link to BTS value due to the validation (#82)
1 parent 79393b3 commit d685a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const composeValidators = (validators) => (value) =>
1010

1111
const jiraCloudUrl = composeValidators([
1212
isNotEmpty,
13-
regex(/https:\/\/[^?]*.atlassian.(net|com)\/.*/),
13+
regex(/https:\/\/[^?]*.atlassian.(net|com).*/),
1414
]);
1515

1616
const bindMessageToValidator = (validator, errorMessage) => (value) =>

0 commit comments

Comments
 (0)