
Practical JIRA Plugins
Using JIRA Effectively: Custom Development
Publisher: O'Reilly Media
Release Date: July 2011
Pages: 114
Read on O'Reilly Online Learning with a 10-day trial
Start your free trial now Buy on AmazonWhere’s the cart? Now you can get everything with O'Reilly Online Learning. To purchase books, visit Amazon or your favorite retailer. Questions? See our FAQ or contact customer service:
1-800-889-8969 / 707-827-7019
support@oreilly.com
One advantage of using JIRA for issue tracking, bug tracking, or project management is the ability to extend this tool with hundreds of plugins from the JIRA community. In this concise book, software toolsmith Matt Doar—the author of Practical JIRA Administration—shows you how to create and maintain your own JIRA plugins to meet the specific needs of a project.
This book uses detailed examples to clarify some of the more confusing aspects of JIRA plugins, and serves as an ideal supplement to the extensive documentation already available.
- Use JIRA’s Plugin SDK, and learn several aspects common to all plugins
- Create your own custom field type, using a JIRA plugin
- Delve into advanced aspects of custom field plugins, and discover how searching for values in custom fields works
- Create JIRA plugins to use with workflows, and learn about conditions, validators, and post-functions
- Store data using the PropertySet interface and the Active Objects plugin
- Upgrade a plugin and upload it to Atlassian Plugin Exchange (PAC)
Table of Contents
-
Chapter 1 Plugin Basics
-
Overview
-
Creating a JIRA Plugin
-
Reading a Plugin
-
Building and Deploying a Plugin
-
What Can JIRA Plugins Do?
-
Which Methods Should My Plugin Use?
-
Troubleshooting a Build
-
Logging
-
Apache Velocity
-
Maven
-
Further Reading
-
-
Chapter 2 Custom Field Types
-
Overview
-
A New Custom Field Type
-
Generating an Empty Plugin
-
Adding a customfield-type to atlassian-plugin.xml
-
Creating the CustomFieldType Class
-
Adding Velocity Template Files
-
Troubleshooting the Plugin
-
Extending the Plugin
-
Summary
-
Further Reading
-
-
Chapter 3 Advanced Custom Field Types
-
Overview
-
Adding Configuration to a Custom Field
-
Fields with Multiple Values
-
Read-only and Calculated Fields
-
WebWork
-
Other Examples of Custom Field Types
-
-
Chapter 4 Custom Field Searchers
-
Overview
-
How Searchers Work
-
Searchers and atlassian-plugin.xml
-
A Simple Searcher
-
Troubleshooting Searchers
-
More Complex Searchers
-
Statistical Searchers
-
Further Reading
-
-
Chapter 5 Workflow Customizations
-
Overview
-
Conditions
-
Configurable Conditions
-
Validators
-
Configurable Validators
-
Post-Functions
-
Configurable Post-Functions
-
Further Reading
-
-
Chapter 6 Storing Data with Your Plugin
-
Overview
-
Storing Data with PropertySet
-
Storing Data with Active Objects
-
Further Reading
-
-
Chapter 7 Publishing Your Plugin
-
Overview
-
Atlassian Marketplace
-
SPAC (studio.plugins.atlassian.com)
-
bitbucket
-
Upgrading a Plugin to a New Version of JIRA
-
Updating a Plugin Version at the Marketplace
-
Further Reading
-
-
Chapter 8 Further Plugin Information
-
Overview
-
JIRA Plugins—Beyond the .jar file
-
Internationalization
-
Plugin Security
-
Version One, Version Two and Version Three Plugins
-
JIRA Development Mode
-
Using a Debugger with JIRA
-
Further Reading
-
-
Colophon