Jira Plugin that appears on the issue creation screen

Team,

I am looking for support on how to “Develop a Jira Plugin that appears on the issue creation screen”

I am creating Jira Datacenter Plug-in which allows users to create a “Button” on the Issue Create Screen above Description. This button will have to take the Description and pass it to the end point.

Any pointers would be highly appreciated!

Regards,
Raja

Hi,
You can use a web resource module to add some JavaScript. This JavaScript will help you create a button above the Description field and handle its click event so it passes the description text to an endpoint. You could bind this functionality either to the Description field’s blur event or directly to the button’s click event.

Hope this helps!

1 Like