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 

Status
subtletrue
titletext
with the value of project property with name property_name in the current issue's project.

Output

Status
subtletrue
titletext




UI Text Box

The function returns a 

Status
subtletrue
titletext
with 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") 


The function 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
<parameter>

Status
subtletrue
titledata type

Parameter description.



UI Expand
titleOutput

The function returns a

Status
subtletrue
titletext




UI Text Box

The function returns a 

Status
subtletrue
titletext
with the value of project property with name property_name in project with the key project_key.

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


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")


The function 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
<parameter>

Status
subtletrue
titledata type

Parameter description.
<parameter>

Status
subtletrue
titledata type

Parameter description.



UI Expand
titleOutput

The function returns a

Status
subtletrue
titletext