Is it possible to update CustomField value by Java API?

hongchao song December 27, 2017

Hi guys,

Is it possible that update CustomField value? and which API is available?

Could somebody give me some help?

1 answer

1 accepted

0 votes
Answer accepted
Tarun Sapra
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 27, 2017

Currently this is not possible in JIRA via REST AI - https://jira.atlassian.com/browse/JRASERVER-28539

If you want to use Java API then you can use customFieldManager to "update" the field

https://docs.atlassian.com/DAC/javadoc/jira/7.1.0-m01/reference/com/atlassian/jira/issue/CustomFieldManager.html

Tarun Sapra
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 27, 2017
hongchao song January 5, 2018

thanks

Suggest an answer

Log in or Sign up to answer