{ "opencollection": "1.0.0", "info": { "name": "Atlassian Admin Account Project Properties API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Project Properties", "type": "folder" }, "items": [ { "info": { "name": "Atlassian Get Project Property Keys", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/rest/api/3/project/:projectIdOrKey/properties", "params": [ { "name": "projectIdOrKey", "value": "", "type": "path", "description": "The project ID or project key (case sensitive)." } ] }, "docs": "Returns all [project property](https://developer.atlassian.com/cloud/jira/platform/storing-data-without-a-database/#a-id-jira-entity-properties-a-jira-entity-properties) keys for the project.

This operation can be accessed anonymously.

**[Permissions](#permissions) required:** *Browse Projects* [project permission](https://confluence.atlassian.com/x/yodKLg) for the project." }, { "info": { "name": "Atlassian Get Project Property", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/rest/api/3/project/:projectIdOrKey/properties/:propertyKey", "params": [ { "name": "projectIdOrKey", "value": "", "type": "path", "description": "The project ID or project key (case sensitive)." }, { "name": "propertyKey", "value": "", "type": "path", "description": "The project property key. Use [Get project property keys](#api-rest-api-3-project-projectIdOrKey-properties-get) to get a list of all project property keys." } ] }, "docs": "Returns the value of a [project property](https://developer.atlassian.com/cloud/jira/platform/storing-data-without-a-database/#a-id-jira-entity-properties-a-jira-entity-properties).

This operation can be accessed anonymously.

**[Permissions](#permissions) required:** *Browse Projects* [project permission](https://confluence.atlassian.com/x/yodKLg) for the project containing the property." }, { "info": { "name": "Atlassian Set Project Property", "type": "http" }, "http": { "method": "PUT", "url": "https://api.atlassian.com/rest/api/3/project/:projectIdOrKey/properties/:propertyKey", "params": [ { "name": "projectIdOrKey", "value": "", "type": "path", "description": "The project ID or project key (case sensitive)." }, { "name": "propertyKey", "value": "", "type": "path", "description": "The key of the project property. The maximum length is 255 characters." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sets the value of the [project property](https://developer.atlassian.com/cloud/jira/platform/storing-data-without-a-database/#a-id-jira-entity-properties-a-jira-entity-properties). You can use project properties to store custom data against the project.

The value of the request body must be a [valid](http://tools.ietf.org/html/rfc4627), non-empty JSON blob. The maximum length is 32768 characters.

This operation can be accessed anonymously.

**[Permissions](#permissions) requi" }, { "info": { "name": "Atlassian Delete Project Property", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.atlassian.com/rest/api/3/project/:projectIdOrKey/properties/:propertyKey", "params": [ { "name": "projectIdOrKey", "value": "", "type": "path", "description": "The project ID or project key (case sensitive)." }, { "name": "propertyKey", "value": "", "type": "path", "description": "The project property key. Use [Get project property keys](#api-rest-api-3-project-projectIdOrKey-properties-get) to get a list of all project property keys." } ] }, "docs": "Deletes the [property](https://developer.atlassian.com/cloud/jira/platform/storing-data-without-a-database/#a-id-jira-entity-properties-a-jira-entity-properties) from a project.

This operation can be accessed anonymously.

**[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg) or *Administer Projects* [project permission](https://confluence.atlassian.com/x/yodKLg) for the project containing the property." } ] } ], "bundled": true }