Forums

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

How to get Insight custom field value in Jira plugin

Byeonghwa Oh
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!
September 18, 2021

Hi,

 

 

I have a question about developing a jira plugin. 

I want to get a Insight custom field value in jira plugin, but I do not know how to

handle in jira plugin development.  

 

Help me.   How to get a Insight custom field with jira api.

1 answer

0 votes
PD Sheehan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 24, 2021

The Jira API call for issue.getCustomFieldValue(CustomFieldObject) will return an array of ObjectBean.

Then to access attributes of that object bean, you'll want to consult all the Insight APIs

Suggest an answer

Log in or Sign up to answer