The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can a loader option be added on the create dialog box

Maru Sravan
January 2, 2024

In this context, the elaboration of the question is as follows: My use case involves two custom fields that depend on the API response. Due to delays in receiving the response, I intend to incorporate a loader option to indicate progress until the response is received.
How to do this ?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Brant Schroeder
Community Champion
May 1, 2024

@Maru Sravan you would have to write the loader in JavaScript and then implement it.  I would suggest seeing if you can create one that can be added through the announcement field.  If that does not work you would have to edit Jira's Java.  This means that you will have to do this every time you upgrade.  My guess is that you should be able to use CSS and JavaScript on the create issue button click and then monitor the loading of a specific object and when it loads get rid of the loader.  You can then host the JavaScript and CSS in the Jira announcement so it applied when the create button is clicked.  

DEPLOYMENT TYPE
SERVER
TAGS
AUG Leaders

Atlassian Community Events