Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to create and modify issue entity properties

Hristo Burgazliev
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 15, 2024

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.

1 answer

2 votes
Dave Rosenlund _Trundl_
Community Champion
July 15, 2024

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

Suggest an answer

Log in or Sign up to answer