Skip to content

Instantly share code, notes, and snippets.

@ItaloQualisoni
Created July 9, 2020 00:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ItaloQualisoni/29bb890f018d83ecfcdb7bb3e3c7434c to your computer and use it in GitHub Desktop.
Save ItaloQualisoni/29bb890f018d83ecfcdb7bb3e3c7434c to your computer and use it in GitHub Desktop.
getFieldByName("Team").convertToMultiSelect([
ajaxOptions: [
url : getBaseUrl() + "/rest/scriptrunner/latest/custom/getComponent?projectKey=PROJECTKEY", //Replace ProjectKey with your project key
query: true, // keep going back to the sever for each keystroke
formatResponse: "general"
],
css: "max-width: 500px; width: 500px",
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment