Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
JIRA 5.x Development Cookbook

You're reading from   JIRA 5.x Development Cookbook This book is your one-stop resource for mastering JIRA extensions and customizations

Arrow left icon
Product type Paperback
Published in Apr 2013
Publisher Packt
ISBN-13 9781782169086
Length 512 pages
Edition 1st Edition
Tools
Arrow right icon
Toc

Table of Contents (19) Chapters Close

JIRA 5.x Development Cookbook
Credits
About the Author
Acknowledgement
About the Reviewers
www.PacktPub.com
Preface
1. Plugin Development Process 2. Understanding the Plugin Framework FREE CHAPTER 3. Working with Custom Fields 4. Programming Workflows 5. Gadgets and Reporting in JIRA 6. The Power of JIRA Searching 7. Programming Issues 8. Customizing the UI 9. Remote Access to JIRA 10. Dealing with the JIRA Database 11. Useful Recipes Index

Adding issue link renderers


One of the great features introduced in JIRA5 is the ability to create links between JIRA issues and other remote entities. The remote entity can be anything that is accessible via URL, for example a confluence page, a remote JIRA issue, a ticket in another system, and so on.

But the beauty of the feature doesn't end there. In addition to providing a way to create remote links in the user interface, JIRA also lets you create new remote links of custom types and you can then add issue link renderers to render those links in a way we like. The renderer can get more information from the remote system and load it while rendering the View Issue page, even asynchronously. In this recipe, we will see how to create an issue renderer for a custom remote link type.

Getting ready

Create a skeleton plugin using the Atlassian Plugin SDK.

Let's consider an interesting example where a given user's Twitter status and the number of followers are displayed in an issue as a remote...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image