Skip to content

Instantly share code, notes, and snippets.

@madchap
Created December 24, 2020 10:46
Show Gist options
  • Save madchap/cc7b871d96ed7713e375be66749efe5a to your computer and use it in GitHub Desktop.
Save madchap/cc7b871d96ed7713e375be66749efe5a to your computer and use it in GitHub Desktop.
JIRA field to screen checkbox
document.querySelectorAll("input[name=associatedScreens]").forEach(input => input.checked = true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment