Open Issues Need Help
View All on GitHub Post logs as attachments to Jira about 2 months ago
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