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?
I believe Script runner could solve this requirement.
Thanks @Prince Nyeche
Using Script Runner, I created an Issue Picker. I added the conditions which would restrict the issue list to specific project or status or issuetype. There is a JQL section to put the conditions. JQL query is similar to the queries we write for filters, but with more functionalities.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.