diff --git a/de.prob.ui/src/de/prob/ui/ticket/SubmitBugreportCommand.java b/de.prob.ui/src/de/prob/ui/ticket/SubmitBugreportCommand.java index 12f7f3bee15027f4e9dad2436d7b48151f93485d..8a32c9a002fa44422d47aaef1a28c443126495bc 100644 --- a/de.prob.ui/src/de/prob/ui/ticket/SubmitBugreportCommand.java +++ b/de.prob.ui/src/de/prob/ui/ticket/SubmitBugreportCommand.java @@ -26,6 +26,7 @@ public class SubmitBugreportCommand extends AbstractHandler implements IHandler try { browser = PlatformUI.getWorkbench().getBrowserSupport().createBrowser("jira"); browser.openURL(new URL("https://probjira.atlassian.net")); + // TODO: should we switch to https://github.com/hhu-stups/prob-issues/issues/new } catch (PartInitException e) { e.printStackTrace(); } catch (MalformedURLException e) {