Book Image

JIRA 6.x Administration Cookbook

By : Patrick Li
Book Image

JIRA 6.x Administration Cookbook

By: Patrick Li

Overview of this book

Table of Contents (16 chapters)
JIRA 6.x Administration Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Adding help tips to custom fields


Users who are new to JIRA often find it confusing when it comes to filling in fields, especially custom fields. So it is useful for you as the administrator to provide useful tips and descriptions to explain what some of the fields are for.

In this recipe, we will be adding a help icon for the Team custom field.

How to do it…

Proceed with the following steps to add help tips to a custom field:

  1. Log in to JIRA as a JIRA administrator.

  2. Navigate to Administration | Issues | Custom Fields.

  3. Click on the Edit link for the custom field.

  4. Enter the following HTML snippets into the Description text box, and click on Update. You might want to substitute the href value to a real page containing help text.

    Need help to work out Team assignment? Try this:

    <a class="help-lnk" href="/secure/ShowConstantsHelp.jspa?decorator=popup#Teams" title="Get help about Team" data-helplink="local" target="_blank">
        <span class="aui-icon aui-icon-small aui-iconfont-help"></span...