---
title: "Priority interface"
canonical: "https://support.appfire.com/space/JMCF/465535394/Priority%20interface"
format: markdown
---
> Macro (aura-html)

This document details the methods of the [Priority](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/issue/priority/Priority.html) interface you can use on the priority of an issue, such as those returned by the [Getters](https://appfire.atlassian.net/wiki/spaces/JMCF/pages/465371580) when you [access the Priority field](https://appfire.atlassian.net/wiki/spaces/JMCF/pages/465240465).

| **Method** | **Return type** | **Returns** |
| --- | --- | --- |
| [getName](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/issue/IssueConstant.html#getName())`()` | [String](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html) | Name of the priority |
| [getId](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/issue/IssueConstant.html#getId())`()` | [String](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html) | Id of the priority |
| [getDescription](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/issue/IssueConstant.html#getDescription())`()` | [String](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html) | Description of the priority |