JIRA FishEye integration - specifying the project key pattern for the issue source tab?

Rob Brunelle September 12, 2012

In JIRA using the FishEye plugin, is it possible to specify the project key pattern for the issue source tab? We are converting "Work Orders" from Numera-TrackIt to JIRA. The existing project keys in our subversion repository are similar to "WO XXX: comment" or "WO-XXX: comment", and I'd like for these to show up in the source tab in our converted project in JIRA. I've created the following Linker in FishEye but it doesn't seem to affect the JIRA fisheye plugin. I could re-create the JIRA project with a "WO" project key, but that doesn't help with the log comments with spaces in the key.

Linker Type: Simple

Description: Trackit Work Orders

Regular Expression: (WO-|WO )(\d+)

Href: https://jiraserver:8444/browse/BMVTI-${2}

1 answer

1 accepted

0 votes
Answer accepted
Sergey Svishchev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 11, 2013

Project key pattern is not customizable yet (https://jira.atlassian.com/browse/FE-4585), but you can change the commit messages in Subversion to match your new project key.

Suggest an answer

Log in or Sign up to answer