Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vikrantyadav11/b7777933053e66ce03b762a0008a3b4b to your computer and use it in GitHub Desktop.
Save vikrantyadav11/b7777933053e66ce03b762a0008a3b4b to your computer and use it in GitHub Desktop.
Set Message on Create Issue Screen under any field using Behavior
if(getFieldScreen().name == "SPMP: Scrum Default Issue Screen")
getFieldById("reporter").setDescription("""
<div class="aui-message aui-message-warning" style="color: black;">
<p class="title">IMPORTANTE!</p>
<p style="font-size:15px"> Por favor no hacer alusión ni adjuntar ningún tipo de información que pueda ser confidencial. Si necesitas enviar algún fichero remítelo a la siguiente dirección indicando el número de jira: direccionmedica@mercer.com</p>
</div>
""")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment