Clear custom field via JRJC

Lukas Stampf January 9, 2018

Hi,

My setup is JRJC (version 4.0, but also tried 5.0.4 in a branch and problem exists in both) to communicate with a JIRA instance (version 7.5). 

I use the IssueInputBuilder to set some custom fields(mostly text and numerical). Setting the value works fine, but sometimes I have to clean out some of the values. 

issueInputBuilder.setFieldValue(fieldInfo.getId(), null);

does nothing. 

issueInputBuilder.setFieldValue(fieldInfo.getId(), "");

Works for text custom fields, but throws an exception on numeric ones. 

Is there a way to reset numeric fields to EMPTY?

 

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events