https://github.com/hazzik/elmah.youtrack
YouTrack error logger for Elmah
https://github.com/hazzik/elmah.youtrack
Last synced: 2 months ago
JSON representation
YouTrack error logger for Elmah
- Host: GitHub
- URL: https://github.com/hazzik/elmah.youtrack
- Owner: hazzik
- License: mit
- Created: 2013-08-06T04:07:23.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-05-12T02:53:01.000Z (about 8 years ago)
- Last Synced: 2025-03-09T02:48:51.697Z (2 months ago)
- Language: C#
- Size: 283 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Elmah.YouTrack
==============This is a logger for ELMAH which is aim to submit exceptions to your YouTrack tracker.
## Basic configuration
```xml
```
## Configuration parameters
* **project** - *string*, *required* - the project
* **password** - *string*, *optional* - the password
* **username** - *string*, *optional* - the user nameConnection configuration
* **url** - *URI*, *required* - the URL of your YouTrack server
**OR**
* **host** - *string*, *required* - the host name of your YouTrack server
* **port** - *number*, *optional*, default is `80` - the port of your YouTrack server application
* **useSsl** - *boolean*, *optional*, default is `false` - set to `true` if you are using SSL on your server
* **path** - *string*, *optional* - the path of the YouTrack application at the server