Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page properties
hiddentrue



Status
Tech review

Status
titletodo

Style guide

Status
titletodo

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged



Page properties
hiddentrue


Short description

Returns a text with the value of project property with name property_name in the current issue's project.

Output

Status
subtletrue
titletext

Available since

Status
subtletrue
colourBlue
title2.2.8




UI Text Box
sizemedium
typeinfo

The This function returns a text the value of project property with name property_name in the current issue's project.

Since version 2.2.8 null is returned if project property doesn't exist.


Code Block
languagebash
titleSyntax
linenumberstrue
projectProperty(text property_name) #Output: Text


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
projectProperty("maxNumberOfReopenings") 


This example returns "3", provided there is a text {maxNumberOfReopenings=3} in the description of current's issue project.



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
xxx

Status
subtletrue
titledata type

Parameter description.



UI Expand
titleOutput

This function returns a

Status
subtletrue
titletext




UI Text Box
sizemedium
typeinfo

Variant where you can additionally define project_key.


Code Block
languagebash
titleSyntax
linenumberstrue
projectProperty(text property_name, text project_key) #Output: Text


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
projectProperty("maxNumberOfReopenings", "CRM")


This example returns "3", provided there is a text{maxNumberOfReopenings=3} in the description of the project with key CRM.



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
xxx

Status
subtletrue
titledata type

Parameter description.
xxx

Status
subtletrue
titledata type

Parameter description.



UI Expand
titleOutput

This function returns a

Status
subtletrue
titletext