Access custom data in issue create override
Posted: 27 Nov 2012, 17:56
I would like to test and manipulate custom data in the custom_function_override_issue_create_validate function.
I found I can do this with the standard fields ( $p_new_issue_data->description = 'I can override this value';)
But I can't see to find out how to access the custom fields, eg currency, neither ->currency nor ->custom_currency seem to exist for $p_new_issue_data.
How can I access those fields at this point?
I found I can do this with the standard fields ( $p_new_issue_data->description = 'I can override this value';)
But I can't see to find out how to access the custom fields, eg currency, neither ->currency nor ->custom_currency seem to exist for $p_new_issue_data.
How can I access those fields at this point?