1 Open Issue Need Help Last updated: Jul 10, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Rewrite the Serilog Jira sink to use HttpClient instead of the existing HTTP sink. The new sink should create Jira tickets and then attach log events as files to those tickets, rather than including them in the ticket description. This involves handling two separate HTTP requests: one for ticket creation and another for attachment upload.

Complexity: 4/5
good first issue

Serilog Sink that sends log events to Jira

C#