I have a Issue Picker Custom Field Type, which populates all the existing issue in JIRA Instance. I want to restrict the user to select only the Issue ids which are in "resolved" status. This field is on the Create Issue screen. The Issue should not be created until a valid (resolved status) Issue Picker Custom Field Type is selected.
How to implement this condition? Using JSU or Scrip Runner?