I am writing a jira Workflow validator plugin – inside validate method I want to get value of a custom issue field , provided by workflow screen (workflow screen pops up while doing workflow transition)
Note I want to get field value from workflow scree and not by issue – this code does not serve purpose – customField.getValue(issue)
Accessing the HTTP Request can be done with code such as
Also check out the chapter on this in my book O’Reilly book “Practical JIRA Plugins”.