Hi,
I need to build a custom job inside Jira as a plugin, but the only tutorial that I have found is this one:
But it is based on a 2012 project.
Is there anyone that can help me to build something better?
Ok, I found an interesting example in "JIRA Development Cookbook - Third Edition" book, in chapter 11 to write a service in Jira.
In Jira you can create a job or a service with a plugin. A job is configured directly in the class, instead the service is added and configured from the System > Service page.
The example of the service plugin can be found in this GitHub repository:
N.B.: if you want to install it in Jira 8, before packaging it, you have to modify the pom.xml import-package section with:
You may want to also post your question (or search) in the Developer Community:
https://community.developer.atlassian.com
Best regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.