---
title: "Label interface"
canonical: "https://support.appfire.com/space/JMWE/462160018/Label%20interface"
format: markdown
---
> Macro (aura-html)

This document details the methods of the [Label](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/issue/label/Label.html) interface you can use on any Label, such as those returned by the [Getters](https://appfire.atlassian.net/wiki/display/JMWE/Accessing+the+fields+of+an+issue) when you [access Labels](https://appfire.atlassian.net/wiki/display/JMWE/Standard+JIRA+fields#StandardJIRAfields-Labels).

| **Method** | **Return type** | **Returns** |
| --- | --- | --- |
| [getCustomFieldId](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/issue/label/Label.html#getCustomFieldId())`()` | [Long](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/Long.html) | The ID of the custom labels field, null if it is Standard JIRA Labels field |
| [getId](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/issue/label/Label.html#getId())`()` | [Long](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/Long.html) | The Id of the Label |
| [getIssue](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/issue/label/Label.html#getIssue())`()` | [Long](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/Long.html) | The Id of the current issue |
| [getLabel](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/issue/label/Label.html#getLabel())`()` | [String](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html) | The Label value |