marc0l92 / obsidian-jira-issue

This plugin allows you to track the progress of Atlassian Jira issues from your Obsidian notes.
https://marc0l92.github.io/obsidian-jira-issue/
GNU Affero General Public License v3.0
220 stars 34 forks source link

[Question] #87

Open cbailey17 opened 11 months ago

cbailey17 commented 11 months ago

Hi, thanks for a great plugin!

I had an idea to write add to your API using POST requests in order to more efficiently keep track of the time I spend working on each issue through a note and its metadata and perhaps a timer of some sort to keep track of potential worklogs I want to POST for a specific jira issue.

Ive managed to get the request to work through a a request in boomerang (like postman) but it fails authentication in javascript or gives me a 200 instead of 201. I was curious if there was a reason why there arent any posts in your API and how feasible it would be from your perspective.

Thanks!