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 - [JIRA] Expand the detection pattern
Summary: [JIRA] Expand the detection pattern
Status: NEW
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Jira (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal with 2 votes (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-21 20:37 UTC by markiewb
Modified: 2013-05-21 20:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?