This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 230068

Summary: [JIRA] Expand the detection pattern
Product: connecteddeveloper Reporter: markiewb
Component: JiraAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description markiewb 2013-05-21 20:37:01 UTC
Expand the pattern to detect JIRA links which end with ':'

ACTUAL:
* accepted patterns:
FOO-1234 this is my comment
 
* pattern which are not accepted
FOO-1234: this is my comment

EXPECTED:
* accepted patterns:
FOO-1234 this is my comment
FOO-1234: this is my comment
Comment 1 markiewb 2013-05-21 20:42:45 UTC
I looked it up myself in the sources. For example org.netbeans.modules.jira.issue.JiraIssueFinderTest

Setting "org.netbeans.modules.jira.noPunctuationInIssueKey" should do the job. 

Why is this property not set by default?