上QQ阅读APP看书,第一时间看更新
How to do it...
Proceed with the following steps to add help tips to a custom field:
- Log into Jira with a user that has a Jira administrator's permission.
- Navigate to Administration > Issues > Custom Fields.
- Click on the Edit link for the custom field.
- Enter the following HTML snippet 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 assignment? <a class="help-lnk" href="/secure/ShowConstantsHelp.jspa?decorator=popup#Teams" data-helplink="local" > <span class="aui-icon aui-icon-small aui-iconfont-help"></span> </a>
The following screenshot shows our new help icon:
We will now go through how these steps work.