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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.