@@ -129,8 +129,8 @@ void testBodyContainingSomeJirasAppendMessageMultipleDifferentLinks() throws Thr
129129 should not be
130130
131131 cleared.
132- Here is one jira for you https://issues. redhat.com /browse/WFLY-00002
133- and here is another one https://issues. redhat.com /browse/WFLY-00003
132+ Here is one jira for you https://redhat.atlassian.net /browse/WFLY-00002
133+ and here is another one https://redhat.atlassian.net /browse/WFLY-00003
134134 """ ;
135135
136136 final String expectedDescriptionToBeChangedByBot = constructFullDescription (userBodySection ,
@@ -164,9 +164,9 @@ void testBodyContainingAllJirasAppendMessageMultipleDifferentLinks() throws Thro
164164 cleared.
165165
166166 Listing all jiras:
167- https://issues. redhat.com /browse/WFLY-00001
168- https://issues. redhat.com /browse/WFLY-00002
169- https://issues. redhat.com /browse/WFLY-00003
167+ https://redhat.atlassian.net /browse/WFLY-00001
168+ https://redhat.atlassian.net /browse/WFLY-00002
169+ https://redhat.atlassian.net /browse/WFLY-00003
170170 """ ;
171171
172172 pullRequestJson = TestModel .setPullRequestJsonBuilder (pullRequestJsonBuilder -> pullRequestJsonBuilder
@@ -189,7 +189,7 @@ void testBodyContainingAllJirasAppendMessageMultipleDifferentLinks() throws Thro
189189 void testBotChangingBotSectionUponUserCorrectedSomeIssueLinks () throws Throwable {
190190 final String userBodySection = """
191191 This user body section has been corrected and here is the issue link:
192- https://issues. redhat.com /browse/WFLY-00002
192+ https://redhat.atlassian.net /browse/WFLY-00002
193193 """ ;
194194 final String descriptionToBeChangedByBot = constructFullDescription (userBodySection ,
195195 List .of ("WFLY-00000" , "WFLY-00001" , "WFLY-00002" ,
@@ -220,14 +220,14 @@ void testBotChangingBotSectionUponUserCorrectedSomeIssueLinks() throws Throwable
220220 void testBotDeletingBotSectionUponUserCorrectedIssueLinks () throws Throwable {
221221 final String userBodySection = """
222222 This user body section has been corrected and here are the issue links:
223- https://issues. redhat.com /browse/WFLY-00000
224- https://issues. redhat.com /browse/WFLY-00001
223+ https://redhat.atlassian.net /browse/WFLY-00000
224+ https://redhat.atlassian.net /browse/WFLY-00001
225225
226226 ____
227227
228- https://issues. redhat.com /browse/WFLY-00002
229- https://issues. redhat.com /browse/WFLY-00003
230- https://issues. redhat.com /browse/WFLY-00004
228+ https://redhat.atlassian.net /browse/WFLY-00002
229+ https://redhat.atlassian.net /browse/WFLY-00003
230+ https://redhat.atlassian.net /browse/WFLY-00004
231231 """ ;
232232 final String descriptionToBeChangedByBot = constructFullDescription (userBodySection ,
233233 List .of ("WFLY-00000" , "WFLY-00001" , "WFLY-00002" ,
@@ -258,8 +258,8 @@ void testBotDeletingBotSectionUponUserCorrectedIssueLinks() throws Throwable {
258258 void testEditingTitleToContainMissingIssueLink () throws Throwable {
259259 final String userBodySection = """
260260 This is my user section body with WFLY-00000 and WFLY-00001 issue links.
261- https://issues. redhat.com /browse/WFLY-00001
262- https://issues. redhat.com /browse/WFLY-00002
261+ https://redhat.atlassian.net /browse/WFLY-00001
262+ https://redhat.atlassian.net /browse/WFLY-00002
263263 """ ;
264264
265265 final String originalBodyBeforeTheEdit = constructFullDescription (userBodySection , List .of ("WFLY-00003" ));
@@ -333,21 +333,21 @@ void testDescriptionIsModifiedByBotIfBotSectionIsIncorrect() throws Throwable {
333333 @ Test
334334 void testNonBreakingChangesWithThePreviousAppendMessageFormat () throws Throwable {
335335 final String oldBody = """
336- https://issues. redhat.com /browse/WFLY-20743
336+ https://redhat.atlassian.net /browse/WFLY-20743
337337
338338 ____
339339
340340 <--- THIS SECTION IS AUTOMATICALLY GENERATED BY WILDFLY GITHUB BOT. ANY MANUAL CHANGES WILL BE LOST. --->
341341
342342 > WildFly issue links:
343343
344- > * [WFLY-20730] (https://issues. redhat.com /browse/WFLY-20730)
344+ > * [WFLY-20730] (https://redhat.atlassian.net /browse/WFLY-20730)
345345
346346 <--- END OF WILDFLY GITHUB BOT REPORT --->
347347
348348 More information about the [wildfly-bot](https://github.com/wildfly/wildfly-bot)""" ;
349349
350- final String expectedNewBody = constructFullDescription ("https://issues. redhat.com /browse/WFLY-20743" ,
350+ final String expectedNewBody = constructFullDescription ("https://redhat.atlassian.net /browse/WFLY-20743" ,
351351 List .of ("WFLY-20730" ));
352352
353353 pullRequestJson = TestModel .setPullRequestJsonBuilder (pullRequestJsonBuilder -> pullRequestJsonBuilder
@@ -405,7 +405,7 @@ void testSequencedCommitsWithoutUserManualyEditingDescription() throws Throwable
405405 void testBotChangingBotSectionUponUserFixupsCommitWithMissingIssueLink () throws Throwable {
406406 final String userBodySection = """
407407 This is my user section body with one WFLY issue link:
408- https://issues. redhat.com /browse/WFLY-00001
408+ https://redhat.atlassian.net /browse/WFLY-00001
409409 """ ;
410410
411411 final String fullDescriptionBeforeTheFixup = constructFullDescription (userBodySection , List .of ("WFLY-00002" ));
@@ -444,8 +444,8 @@ void testBotChangingBotSectionUponUserFixupsCommitWithMissingIssueLink() throws
444444 void testBotChangingBotSectionUponUserRewordingCommit () throws Throwable {
445445 final String userBodySection = """
446446 This is my user section body with two WFLY issue links:
447- https://issues. redhat.com /browse/WFLY-00001
448- https://issues. redhat.com /browse/WFLY-00003
447+ https://redhat.atlassian.net /browse/WFLY-00001
448+ https://redhat.atlassian.net /browse/WFLY-00003
449449 """ ;
450450 final String fullDescriptionBeforeTheReword = constructFullDescription (userBodySection , List .of ("WFLY-00002" ));
451451
0 commit comments