How to create an "alert box" on create issue screen?

x January 27, 2014

When I create an issue on the STASH tracker and select "bug" issue type, it shows an alert window suggesting to use support instead. What is this feature called, and how can I use it on my own JIRA instance? Specifically, whenever anyone tries to create an issue in the A project I would like to suggest that they probably want the B project instead. I'm constantly moving tickets...

(screenshot has been uploaded to https://support.atlassian.com/browse/JSP-182826)

2 answers

1 accepted

0 votes
Answer accepted
darylchuah
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 27, 2014
0 votes
Ricardo Brito July 9, 2020

It saved me: https://docs.atlassian.com/aui/7.9.3/docs/messages.html

Just copy the HTML on field description and configure aui message type

 

 

<div class="aui-message aui-message-error">
<p class="title">
<strong>Error!</strong>
</p>
<p>And this is just content in a Default message.</p>
</div>

Suggest an answer

Log in or Sign up to answer