how to display the message on the create issue screen

Badduri Divya December 17, 2020

Hi,

when user try to create issue we want to display some notification or alert message that need to be appeared on the top of the create issue screen.

Please help us how to perform this action without using JIRA Toolkit Plugin

Regards,
Divya

2 answers

0 votes
Eric Muriuki May 5, 2022

You can use forms and insert info panel then choose which request type it will fall under. 

Remember to vote if it helps you out. 

Forms Menu.PNG

Info panel.PNG

RT.PNG



0 votes
Radek Dostál
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 17, 2020

Jira Toolkit was my first thought :)

 

Other than that I have done this in the past by adding a javascript to one of the fields in Field Configuration (note - the field you add this to must be present on the Create screen, and this Field Configuration should only be used in the projects needing this).

 

With JavaScript you can generate a new html element, such as a a table, with a border, some text formatting, etc., and "attach" this element to the top of the Create screen.

I don't have a readily available example of this on me but this is how you could do this without any plugins.

Badduri Divya December 22, 2020

Thank you @Radek Dostál , I will try this.

Regards,
Divya

Suggest an answer

Log in or Sign up to answer