Интеграция Redmine с PHPStorm

2286
davidcondrey

Я недавно начал использовать PHPStorm и задаюсь вопросом, есть ли способ интегрировать полное отслеживание проблем / ошибок / времени в Redmine с PHPStorm?

0

1 ответ на вопрос

0
Gaurav Joseph

To enable integration with an issue tracking system

Access the Servers dialog box. Do one of the following: Open the Project Settings. Below the Tasks node, click Servers. In the Open Task dialog box, click settings. On the main menu, choose Tools | Tasks&Contexts | Configure Servers In the Servers dialog box, specify the following: The URL address of your issue tracking server. Your account credentials on the server in question. These credentials will be different for the different issue tracking systems. Specify whether you want to access the server via proxy and specify the proxy settings. To allow access to the specified server for other members of your team, select the Share URL check box. To check whether the specified settings ensure successful connection to the server, click the Test button.

Configure synchronization between PhpStorm and your issue tracking system. To do so, open the Project Settings, and click Tasks. In the Tasks page, configure interaction between PhpStorm and your tracker. Do one of the following:

To have PhpStorm synchronize with the issue tracking system in the background on a regular basis, select the Enable issue cache check box and specify the synchronization frequency and the cache size.

Taken from here: http://www.jetbrains.com/phpstorm/webhelp/enabling-integration-with-an-issue-tracking-system.html

Another one here: http://saiteneffekt.de/2012/04/integrate-redmine-into-phpstormintellij-on-mac-os-x/

Если вы скопировали вставленный текст, оберните его в кавычки с помощью сочетания клавиш Ctrl-Q или соответствующей кнопки редактора. slhck 10 лет назад 0
Спасибо за предупреждение Gaurav Joseph 10 лет назад 0