After the last update of JIRA the Java Bug systems returns a title with no hash before t he bug ID:
<title>[JDK-8062493] JEP 243: Java-Level JVM Compiler Interface - Java Bug System</title>
The pattern which parses the bug ID and Bug summary in webrev has to be updated to accommodate for this change:
sed 's/<title>\[\(.*\)\] \(.*\) - Java Bug System<\/title>/\1 : \2/'
vs the old:
sed 's/<title>\[#\(.*\)\] \(.*\) - Java Bug System<\/title>/\1 : \2/'
<title>[
The pattern which parses the bug ID and Bug summary in webrev has to be updated to accommodate for this change:
sed 's/<title>\[\(.*\)\] \(.*\) - Java Bug System<\/title>/\1 : \2/'
vs the old:
sed 's/<title>\[#\(.*\)\] \(.*\) - Java Bug System<\/title>/\1 : \2/'
- duplicates
-
CODETOOLS-7901505 webrev.ksh extract of bug title fails after Jira 6 Upgrade
-
- Resolved
-
- relates to
-
CODETOOLS-7901505 webrev.ksh extract of bug title fails after Jira 6 Upgrade
-
- Resolved
-