Skip to content

Commit b426511

Browse files
rsvobodaclebertsuconic
authored andcommitted
Sample JQL fix for WildFly
1 parent 69b0b88 commit b426511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/clebert/WildflyParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public static void main(String arg[]) {
3636

3737
GitParser parser = new GitParser(new File(arg[0]), "WFLY-", "https://issues.jboss.org/browse/", "https://github.com/wildfly/wildfly/").
3838
setSourceSuffix(".java", ".md", ".c", ".sh", ".groovy", ".adoc").
39-
setSampleJQL("https://issues.jboss.org/browse/WFLY-1?jql=project%20%3D%20WildFly%20AND%20KEY%20IN");
39+
setSampleJQL("https://issues.jboss.org/issues/?jql=project%20%3D%20WildFly%20AND%20KEY%20IN");
4040
parser.addInterestingfolder("test").addInterestingfolder("docs/");
4141
PrintStream stream = new PrintStream(new FileOutputStream(arg[1]));
4242

0 commit comments

Comments
 (0)