Returns the project details for a project. This operation can be accessed anonymously. Permissions required: Browse projects project permission for the project.
External DocumentationTo learn more, visit the Jira documentation.

Parameters

ParameterDescription
Project ID Or KeyThe project ID or project key (case sensitive).

Example Output

{
	"expand": "<string>",
	"self": "<string>",
	"id": "<string>",
	"key": "<string>",
	"description": "<string>",
	"lead": {
		"self": "<string>",
		"accountId": "<string>",
		"avatarUrls": {
			"48x48": "<string>",
			"24x24": "<string>",
			"16x16": "<string>",
			"32x32": "<string>"
		},
		"displayName": "<string>",
		"active": true
	},
	"components": [
		{
			"self": "<string>",
			"id": "<string>",
			"name": "<string>",
			"isAssigneeTypeValid": false
		},
		{
			"self": "<string>",
			"id": "<string>",
			"name": "<string>",
			"isAssigneeTypeValid": false
		}
	],
	"issueTypes": [
		{
			"self": "<string>",
			"id": "<string>",
			"description": "<string>",
			"iconUrl": "<string>",
			"name": "<string>",
			"subtask": false,
			"avatarId": 15321,
			"hierarchyLevel": 1
		},
		{
			"self": "<string>",
			"id": "<string>",
			"description": "<string>",
			"iconUrl": "<string>",
			"name": "<string>",
			"subtask": true,
			"avatarId": 16071,
			"hierarchyLevel": 2
		}
	],
	"assigneeType": "<string>",
	"versions": [],
	"name": "<string>",
	"roles": {
		"Transitioner": "<string>",
		"Product Owner": "<string>",
		"User": "<string>",
		"Administrator No Notifications": "<string>",
		"IM Admins": "<string>",
		"Service Desk Customers": "<string>",
		"Network Operations Manager": "<string>",
		"Developer": "<string>",
		"Product": "<string>",
		"Web Development Team Member": "<string>",
		"Link Issues": "<string>",
		"atlassian-addons-project-access": "<string>",
		"Internal Operations Manager": "<string>",
		"IM Viewer": "<string>",
		"IM Advanced User": "<string>",
		"Project Manager": "<string>",
		"Web Development Contractor": "<string>",
		"Internal Operations Junior Developer": "<string>",
		"View Only": "<string>",
		"Comment": "<string>",
		"Service Desk Team": "<string>",
		"Cloud Architecture and Security Administrator": "<string>",
		"Internal Operations Developer": "<string>",
		"Web Development Director": "<string>",
		"Quality Assurance Contractor (Webdev)": "<string>",
		"Service Desk No-Notification": "<string>",
		"xDevelopers": "<string>",
		"QA Engineer": "<string>",
		"Software Developer": "<string>",
		"Developer no-notification": "<string>",
		"Systems Integration User": "<string>",
		"LVT Employees": "<string>",
		"Administrators": "<string>"
	},
	"avatarUrls": {
		"48x48": "<string>",
		"24x24": "<string>",
		"16x16": "<string>",
		"32x32": "<string>"
	},
	"projectCategory": {
		"self": "<string>",
		"id": "<string>",
		"name": "<string>",
		"description": "<string>"
	},
	"projectTypeKey": "<string>",
	"simplified": false,
	"style": "<string>",
	"isPrivate": false,
	"properties": {}
}

Workflow Library Example

Get Project with Jira and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop