You need to install the iceScrum for IntelliJ plugin from your IDE settings.
You may need to restart IntelliJ after installing the plugin.
First, you need to enable Web Services in iceScrum.
Then, in your IntelliJ project settings, create a new iceScrum Task server with your project base URL and your credentials.
Don’t forget to test your connection.
You should find your current sprint tasks in the task dropdown.
Then, you can choose your current task and start working on it.
Additional information is displayed in the Documentation view.
Finally, you can open the task in iceScrum for more advanced needs.
In your IntelliJ iceScrum task server settings, you can enable auto commit message completion based on your current task. This is handy when you use the iceScrum Pro Git/SVN integration: your commit will be associated with the corresponding task in iceScrum.
In your Intellij Version Control preferences, you can allow automatic task recognition in your commits.
Here are example values that should achieve that for the project MYPROJ on myserver.org:
– Issue ID: (.*)T(d+)-?(d+.d+|d+,d+|d+)?(.*)
– Issue link: http://www.myserver.org/p/MYPROJ-T$2