I have a typical requirement where I need to be able to disable certain event like resolved/closed state to be restricted to few users. For these restricted users the event must trigger some mandatory fields which are private and the email notifications for these must be restricted . how do I achieve this.
Please note that we do not have apps like REST etc which can restrict the notifications.
Please advice
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.