I'm trying to integrate Eclipse 3.7.2, Jira with IDE Connector as a bugtracker and TFS 2010 as a version control system. I'm using Visual Studio team explorer everywhere 2010 for integration between Eclipse and TFS.
I need to fill check in comments automatically with the jira issue code I have been working for.
My preferences: Change Set Management/Automatically create and manage with task context is checked, Comit Template message is filled with ${task.status} ${connector.task.prefix} ${tak.key}: ${task.description} ${task.url}
I choose the task in Task List and press "Start work in Jira and activate task" button.
After that I change the source code and press Pending changes/check in button. But all Comments in TFS history are empty. Maybe I do something wrong?
Mylyn does not provide integration for TFS 2010 but you can find commercial
connectors on the extensions page at http://wiki.eclipse.org/Mylyn/Extensions that may provide task-based change
set management.
Steffen
M K wrote:
> Hi All!
>
> I'm trying to integrate Eclipse 3.7.2, Jira with IDE Connector as a
> bugtracker and TFS 2010 as a version control system. I'm using Visual
> Studio team explorer everywhere 2010 for integration between Eclipse and
> TFS.
>
> I need to fill check in comments automatically with the jira issue code I
> have been working for.
>
> My preferences: Change Set Management/Automatically create and manage with
> task context is checked, Comit Template message is filled with
> ${task.status} ${connector.task.prefix} ${tak.key}: ${task.description}
> ${task.url}
>
> I choose the task in Task List and press "Start work in Jira and activate
> task" button. After that I change the source code and press Pending
> changes/check in button. But all Comments in TFS history are empty. Maybe
> I do something wrong?