This plugin is heavily inspired by jdvp
.
the code is here.
Although it's a complete rewrite and the original is couple of years, it's still Rockz!
This plugin, build for JIRA 8+ , defined a rest custom field which allows you to connect the field to a rest endpoint. After adding this custom field to an issue edit screen, you can select one of those values so it will be associated with the current issue.
Please refer to atlassian and their atlassian-sdk on how to run/debug/develop it. It's been a journey learning it.
- Copy the
thejaxx-rest-plugin-xxx.jar
(orobr
) to JIRA's plugin as explained in JIRA's docs - Add a new custom field of type 'Rest Values Selection Field'
The custom field can be configured with the Configure button in the add-ons section in jira
- General issue? post a question to Atlassian Answers (tag your question with
jira
andplugin
). - Open an issue here.
- If it's not hard, and everyone will benefit from it - post an issue.
- If it's REALLY custom - post an issue also :).
- Open a pull request, you're more then welcome.
the logger is com.thejaxx
. besides that it's log4j as all plugins in JIRA.