I am using the issue object in the following way:
issue.getCustomFieldValue(cfm.getCustomFieldObjectByName("DRA1 Commit Phase"));
and also
in other way using parameters, a Map object, as
parameters.get("customfield_10600");
then issue object going to get the value from the context or database?
Community moderators have prevented the ability to post new answers.
CustomField values are retrieved from the issue object based on the context.
For Workflow validations, if I try to retrieve the values I got from the form.
Usually comes from the context excepte the first time will need to load from the database.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Suppose if I am using in Workflow Validator how it works?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.