Module project_properties_api

Source

Enums§

DeleteProjectPropertyError
struct for typed errors of method delete_project_property
GetProjectPropertyError
struct for typed errors of method get_project_property
GetProjectPropertyKeysError
struct for typed errors of method get_project_property_keys
SetProjectPropertyError
struct for typed errors of method set_project_property

Functions§

delete_project_property
Deletes the property from a project. This operation can be accessed anonymously. Permissions required: Administer Jira global permission or Administer Projects project permission for the project containing the property.
get_project_property
Returns the value of a project property. This operation can be accessed anonymously. Permissions required: Browse Projects project permission for the project containing the property.
get_project_property_keys
Returns all project property keys for the project. This operation can be accessed anonymously. Permissions required: Browse Projects project permission for the project.
set_project_property
Sets the value of the project property. You can use project properties to store custom data against the project. The value of the request body must be a valid, non-empty JSON blob. The maximum length is 32768 characters. This operation can be accessed anonymously. Permissions required: Administer Jira global permission or Administer Projects project permission for the project in which the property is created.