/
Project Properties Cloud App

Project Properties Cloud App

>> Always upgrade / install app version to latest for Improvements <<

Manage or centralize the project level or related metadata in property fields for tracking and automation.

Features:

  • Project Properties can be updated through CLI or REST API.

  • Project Properties can be visible to All project users.

    • Allows to update for users with Project admin permission.

  • Features

    • Option to view ALL Project Properties

    • Option to Re-Index Project Properties

    • JQL Search Aliases

      • project.myPropertyName

      • project.myPropertyValue

  • Workflows

    • Project Property Condition

      • Condition to allow only if project property name exists / value check.

    • Update Project Property

      • Post function to create and update project properties.

Quick Start steps

Please see, Demo video.

Project Properties

Please note these special characters in property name is not supported.

# \ % ; / ?

 

Step-1

Go to Project Properties page.

Click Update button for new property.

Demo.

Create and Update ProjectProperties

 

Step-2

Go to project workflows, configure Conditions / Post functions for project properties.

Demo.

Project Properties Workflow Condition

 

Step-3

Below example to update project properties via REST API or CLI.

Jira Cloud Project Properties REST API documentation

https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-properties/#api-rest-api-3-project-projectidorkey-properties-propertykey-put

Please note. For updates through REST API, Property name must starts with prefix pp- e.g. pp-customer.name

Demo - Add or Update

curl --request PUT \ --url 'https://x.atlassian.net/rest/api/3/project/PP/properties/pp-customer.name' \ --user 'email@example.com:<api_token>' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --data '"<property value here>"'
>>>> String data example --data '"hello world"' >>>> Number data example --data '45.89' >>>> Object data example --data '{"sname": "x", "sage": 24}'

Demo - Delete

 

Web Trigger URL

Go to view all properties > Settings > Display Web trigger URL

Re-index API

Required query parameters:

  • action

    • Supported inputs:

      • reindex

  • projectKey

 

DEBUG

Go to Browser Developer Tools > Console log

Related content

Project Properties Permission
Project Properties Permission
Read with this
Issue Properties Cloud App
Issue Properties Cloud App
More like this
Privacy Policy and Security
Privacy Policy and Security
Read with this
Project Properties Data Center App
Project Properties Data Center App
More like this
Project Properties CLI - REST API
Project Properties CLI - REST API
More like this
Scm Activity Cloud App REST API Interface or CLI
Scm Activity Cloud App REST API Interface or CLI
More like this