I am working on an activity tracker server plugin and I am using Jira webhooks to get the data that I need and then parse it in a format which suits my needs. I want to be able to save the formatted data in issue entity properties, so I can search for it later using JQL.
My first thought was to use the REST API to send a request to the issue and save the data that way, but I am unable to authorize the request. ( in forge i use api.asApp().requestJira() but here no such solution exists ).
I find the Java API documentation awfully hard to read and with no real examples, so I am stuck without a way to set the properties.
Can anyone please give some advice or possibly share an example?
Thanks.
Welcome to the community, @Hristo Burgazliev 👋
While it's possible that you'll get a response here, you may want to post this to the Atlassian Developer Community as well. More developers are 'over there.'
Best,
-dave
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.