curl --location --request GET 'http://jira.local:8080/jira/rest//rest/api/3/project/recent'
[{"self":"https://your-domain.atlassian.net/rest/api/3/project/EX","id":"10000","key":"EX","name":"Example","avatarUrls":{"48x48":"https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000","24x24":"https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000","16x16":"https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000","32x32":"https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000"},"projectCategory":{"self":"https://your-domain.atlassian.net/rest/api/3/projectCategory/10000","id":"10000","name":"FIRST","description":"First Project Category"},"simplified":false,"style":"classic","insight":{"totalIssueCount":100,"lastIssueUpdateTime":"2023-07-12T06:03:00.831+0000"}},{"self":"https://your-domain.atlassian.net/rest/api/3/project/ABC","id":"10001","key":"ABC","name":"Alphabetical","avatarUrls":{"48x48":"https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10001","24x24":"https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10001","16x16":"https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10001","32x32":"https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10001"},"projectCategory":{"self":"https://your-domain.atlassian.net/rest/api/3/projectCategory/10000","id":"10000","name":"FIRST","description":"First Project Category"},"simplified":false,"style":"classic","insight":{"totalIssueCount":100,"lastIssueUpdateTime":"2023-07-12T06:03:00.831+0000"}}]
description
Returns the project description.projectKeys
Returns all project keys associated with a project.lead
Returns information about the project lead.issueTypes
Returns all issue types associated with the project.url
Returns the URL associated with the project.permissions
Returns the permissions associated with the project.insight
EXPERIMENTAL. Returns the insight details of total issue count and last issue update time for the project.*
Returns the project with all available expand options.assigneeType
, if any. See realAssignee
for details of the user assigned to issues created with this component.realAssigneeType
for details on how the type of the user, and hence the user, assigned to issues is determined. Can take the following values:PROJECT_LEAD
the assignee to any issues created with this component is nominally the lead for the project the component is in.COMPONENT_LEAD
the assignee to any issues created with this component is nominally the lead for the component.UNASSIGNED
an assignee is not set for issues created with this component.PROJECT_DEFAULT
the assignee to any issues created with this component is nominally the default assignee for the project that the component is in.PROJECT_DEFAULT
.assigneeType
. For example, if the assigneeType
is set to COMPONENT_LEAD
but the component lead is not set, then false
is returned.assigneeType
does not identify a valid assignee.assigneeType
. For example, assigneeType
is set to COMPONENT_LEAD
but no component lead is set. This property is set to one of the following values:PROJECT_LEAD
when assigneeType
is PROJECT_LEAD
and the project lead has permission to be assigned issues in the project that the component is in.COMPONENT_LEAD
when assignee
Type is COMPONENT_LEAD
and the component lead has permission to be assigned issues in the project that the component is in.UNASSIGNED
when assigneeType
is UNASSIGNED
and Jira is configured to allow unassigned issues.PROJECT_DEFAULT
when none of the preceding cases are true.operations
Returns the list of operations available for this version.issuesstatus
Returns the count of issues in this version for each of the status categories to do, in progress, done, and unmapped. The unmapped property contains a count of issues with a status other than to do, in progress, and done.issuesstatus
is used, returns the count of issues in this version for each of the status categories to do, in progress, done, and unmapped. The unmapped property contains a count of issues with a status other than to do, in progress, and done.operations
is used, returns the list of operations available for this version.projectId
.