Can I attach an IntelliJ IDE context to an issue/bug/task (created via Atlassain Connector) such that other developers can see which files pertaining the Jira issue.
This might also tie to intelliJ local change lists, but im not sure.
Best
Jens
edits: Made it more clear what im trying to do.
Hi Jens,
I don't think attaching an IntelliJ file for meaningful conrext is possible. However, if you use Fisheye/Crucible and connect it to JIRA, you can see all recent code changes, line by line, in the JIRA issue. There is an example of the integration here:
http://www.atlassian.com/software/fisheye/overview/tour/jira-issues-source-code
-Simon
Hi Simon
Allrighty, my knowledge of IntelliJ is not intricate enough to see why this is not the case, but i take your word for it.
What you show me, seems nice but to me it appers like it only works if one uses Fisheyes build svn repo and not e.g. Bitbuket. Is this correctly understood?
Best
Jens
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The view will be identical whether you are using SVN, Git, or Hg using BitBucket or GitHub.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you should be able to add debug params to your startup script:
in startup.bat / startup.sh, just before calling the executable, add the line
set CATALINA_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
Keep in mind that only one user can attach to the port at a time, however.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.