File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
plugins/tasks/tasks-core/jira/src/com/intellij/tasks/jira Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ public final class JiraRepository extends BaseRepositoryImpl {
5555 private static final boolean BASIC_AUTH_ONLY = Boolean .getBoolean ("tasks.jira.basic.auth.only" );
5656 private static final boolean REDISCOVER_API = Boolean .getBoolean ("tasks.jira.rediscover.api" );
5757
58- public static final Pattern JIRA_ID_PATTERN = Pattern .compile ("\\ p{javaUpperCase}+-\\ d+" );
58+ public static final Pattern JIRA_ID_PATTERN = Pattern .compile ("[ \\ p{javaUpperCase}\\ p{Digit}_] +-\\ d+" );
5959 public static final String AUTH_COOKIE_NAME = "JSESSIONID" ;
6060
6161 /**
@@ -459,4 +459,4 @@ public void setJiraVersion(@Nullable String jiraVersion) {
459459 public String getRestUrl (String ... parts ) {
460460 return getUrl () + REST_API_PATH + "/" + StringUtil .join (parts , "/" );
461461 }
462- }
462+ }
You can’t perform that action at this time.
0 commit comments