Feature Request
Add customizable template for what information to include when creating issue in YouTrack and other integrations
Andreas
Currently the only information added to our YouTrack issue tracker is this:
Raygun report https://app.raygun.io/dashboard/XXXXX/errors/XXXX has more details about the error
I would at least want to include the stacktrace, but other information such as custom data fields, request details, user's environment and so on could be useful. I realize this information is available through the link, but some basic information would be very useful to see at first glance when considering a new issue.
Since different applications have different needs, I'd think having a customizable template a good way of defining what to include in the issue text.
Example:
See Raygun report {Raygun.ReportLink} for more details.
Message: {Exception.Message}
Stacktrace: {Stacktrace}
Custom data:
Example field 1: {CustomData.MyField1}
Example field 2: {CustomData.MyThing.MyNestedField2}
OS: {Environment.OS}