The Wayback Machine - https://web.archive.org/web/20200906012758/https://github.com/coderrio/Coderr.Server/issues/2
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for bug trackers (Jira, Redmine, etc) #2

Open
nzsmith1 opened this issue Sep 12, 2016 · 5 comments
Open

Add support for bug trackers (Jira, Redmine, etc) #2

nzsmith1 opened this issue Sep 12, 2016 · 5 comments
Labels

Comments

@nzsmith1
Copy link

@nzsmith1 nzsmith1 commented Sep 12, 2016

It would be great to be able to push an incident type to a bug tracker system so that it can be managed in there.

@gauffininteractive
Copy link
Collaborator

@gauffininteractive gauffininteractive commented Sep 13, 2016

It's fully possible to create a module for this.

  1. Create a new class library for your favorite tracker
  2. Subscribe on one of the Incident events
  3. Call your bug tracker

Example subscriber:

https://github.com/gauffininteractive/OneTrueError.Server/blob/master/src/Server/OneTrueError.App/Modules/ReportSpikes/CheckForReportPeak.cs

What would be nice though is to be able to configure the bug trackers during the installation wizard and the administration area. That do however need additional work to be able to add custom pages.

Same goes if a bug tracker link should be visible from the incident page.

@aussiealf
Copy link

@aussiealf aussiealf commented Oct 23, 2016

Agreed this would be nice, I will have a look at the Incident Events, thanks for the point to an example subscriber. I am looking to integrate to Assembla so will see how I go and put in a Pull Request when I have something up and running.

@gauffininteractive
Copy link
Collaborator

@gauffininteractive gauffininteractive commented Nov 25, 2016

There is a plugin api coming in 1.0

@gauffininteractive gauffininteractive added this to the 1.1 milestone Feb 16, 2017
@jgauffin jgauffin removed this from the 1.1 milestone Oct 13, 2017
@aussiealf
Copy link

@aussiealf aussiealf commented Aug 6, 2018

I see this is still open and is back in the OneTrueError days, I am now using coderr as our SaaS provider, will it be possible to have a ticket generation from error reports?

@jgauffin
Copy link
Contributor

@jgauffin jgauffin commented Aug 6, 2018

The plugin API is there but can't be used for Live. However, let me know which bug tracker you are using and I'll take a look at it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants
You can’t perform that action at this time.