I am adding this code to post function of workflow
i need to to compare the value which is selected by user from Dropdown i tried below code
CustomFieldManager customFieldManager108 = ComponentAccessor.getCustomFieldManager()
def tType = customFieldManager108.getCustomFieldObjectByName("Function Providing the Approval")
def fieldVal = issue.getCustomFieldValue(tType).toString()
but unfortunately i am getting null value in fieldVal
can you please help on this
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.