Hi,
I have added a scheduled task to my JIRA plugin, and I need to add a UI/admin panel to enter values that will be used in the scheduled task.
What would be the best option for me to use? What I need is ideally an admin panel or a interface in which I could let the users enter some options like a project name etc. and that entered detail needs to be retrieved in the class called by my scheduled job.
What options would be possible for this? Any help would be much appreciated.
Thanks
You should start using Atlassian Plugin SDK and create a simple JIRA plugin with a Servlet Plugin Module, so that you can design your page the way you like. The data that people enter on that servlet page needs to be persisted in order for the scheduled task to read it. I'm not sure how exactly scheduled tasks read/store any values, so I can't provide a further assistance for that. But in general it shouldn't be that difficult.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.