I have a use case whereby we want to create 2 checkbox fields (Launch Blocking & Trials Blocking) and have these appear (checked by default) when creating issues with specific priorities (showstopper & critical) but hidden for others.
Example
- Showstopper issues being automatically populated with a tick-box that says Launch Blocking (tick) and Trials Blocking (tick)
- Critical issues being automatically populated with a tick-box that says Launch Blocking (tick)
Users should be able to uncheck manually. Also if possible this should also apply when changing from excluded priorities i.e. Changing from Normal to Critical.
I've tried several scripts found on Atlassian Community but to no avail. We have the Scriptrunner plugin and have explored the Behaviours aspect but this only hides Text fields.
Any help would be appreciated