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

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

| **Method** | **Return type** | **Returns** |
| --- | --- | --- |
| [getAssigneeType](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/project/Project.html#getAssigneeType())`()` | [Long](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/Long.html) | The default assignee type for issues that get created in this project. |
| [getDescription](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/project/Project.html#getDescription())`()` | [String](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html) | The project description |
| [getEmail](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/project/Project.html#getEmail())`()` | [String](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html) | The project email address from which email notifications are sent |
| [getId](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/project/Project.html#getId())`()` | [Long](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/Long.html) | The project ID |
| [getIssueTypes](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/project/Project.html#getIssueTypes())`()` | [Collection](http://download.oracle.com/javase/6/docs/api/index.html?java/util/Collection.html)`<`[IssueType](https://appfire.atlassian.net/wiki/spaces/JMCF/pages/465240429)`>` | A Collection of [IssueType](https://appfire.atlassian.net/wiki/spaces/JMCF/pages/465240429)` `for this project |
| [getKey](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/project/Project.html#getKey())`()` | [String](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html) | The project key |
| [getLeadUserKey](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/project/Project.html#getLeadUserKey())`()` | [String](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html) | The Project Lead's userkey |
| [getLeadUserName](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/project/Project.html#getLeadUserName())`()` | [String](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html) | The Project Lead's username |
| [getName](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/bc/project/component/ProjectComponent.html#getName())`()` | [String](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html) | Name of the project |
| [getProjectCategoryObject](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/project/Project.html#getProjectCategoryObject())`()` | [ProjectCategory](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/project/ProjectCategory.html) | The project category information for this project |
| [getProjectComponents](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/project/Project.html#getProjectComponents())`()` | [Collection](http://download.oracle.com/javase/6/docs/api/index.html?java/util/Collection.html)`<`[ProjectComponent](https://appfire.atlassian.net/wiki/spaces/JMCF/pages/465666605)`>` | The components for this Project |
| [getProjectLead](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/project/Project.html#getProjectLead())`()` | [ApplicationUser](https://appfire.atlassian.net/wiki/spaces/JMCF/pages/465732359) | The project lead |
| [getUrl](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/project/Project.html#getUrl())`()` | [String](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html) | The project URL |
| [getVersions](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/project/Project.html#getVersions())`()` | [Collection](http://download.oracle.com/javase/6/docs/api/index.html?java/util/Collection.html)`<`[Version](https://appfire.atlassian.net/wiki/spaces/JMCF/pages/465895840)`>` | The versions of the project |