Issue Details (XML | Word | Printable)

Key: JRA-12032
Type: Task Task
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Jeff Turner [Atlassian]
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
JIRA

Fix up issue key matching in plugins

Created: 28/Jan/07 10:54 PM   Updated: 26/Jun/08 08:42 PM
Component/s: Plugins
Affects Version/s: None
Fix Version/s: 3.13.x

Time Tracking:
Original Estimate: 6 hours
Original Estimate - 6 hours
Remaining Estimate: 6 hours
Remaining Estimate - 6 hours
Time Spent: Not Specified
Remaining Estimate - 6 hours

Issue Links:
Cause
 

Participants: Anton Mazkovoi [Atlassian], Jed Wesley-Smith [Atlassian], Jeff Turner [Atlassian] and Peter Moore [Atlassian]
Since last comment: 15 weeks, 4 days ago
To be done by: Single developer
Labels:


 Description  « Hide
Various plugins (eg. Perforce, Subversion) reply on issue key matching. By default, JIRA ignores keys that are part of URLs. This is a problem with svn/p4 plugins (see the p4 bug, svn bug), where people frequently do enter the URL instead of the key.

As a workaround, we implemented a 'jira.option.ignore.url.with.key' property in jira-application.properties. If set to false, JIRA will not ignore keys in URLs. This is a workaround (undocumented at that), not a proper solution.

We need to work out a) what's wrong with just allowing keys in URLs, b) if there is a legitimate reason for not wanting that, implement a different algorithm for use in Subversion and Perforce plugins.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Anton Mazkovoi [Atlassian] added a comment - 22/May/07 03:42 AM
Be careful not to break any existing code as issue key matching is extremely important.

Jed Wesley-Smith [Atlassian] added a comment - 06/Dec/07 08:00 PM
The fix for this issue has not been able to make it into JIRA v3.12. We are hoping to incorporate it into v3.12.1. As of writing however, there are 163 items scheduled as Fix For v3.12.1. We will not be able to include all of them.

Peter Moore [Atlassian] added a comment - 26/Jun/08 08:42 PM
The FishEye plugin will match issue keys in URLs.