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 StatussubtletruetitletextAvailable since StatussubtletruecolourBluetitle2.2.8 UI Text Box
sizemedium
typeinfo

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

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


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


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
projectProperty("maxNumberOfReopenings") 


This example

returns

might return

"3",

provided

if there is a

text

property of: {maxNumberOfReopenings=3} in the description of current's issue project.



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
xxxpropertyName

Status
subtletrue
titledata typetext

Text containing a valid project property. Learn more about JWT project propertiesParameter 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_namepropertyName, text project_keyprojectKey) #Output: Text


UI Expand
titleExamples


Parser expressionDescription


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


This example

returns

might return

"3",

provided

if there is a

text

property of: {maxNumberOfReopenings=3} in the description of the project with the key CRM.



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
xxxpropertyName

Status
subtletrue
titledata typetext

Text containing a valid project property. Learn more about JWT project properties.
projectKeyParameter description.xxx

Status
subtletrue
title

data type
text

Text containing a valid project keyParameter description.



UI Expand
titleOutput

This function returns a

Status
subtletrue
titletext



Image AddedUse cases and examples

Page properties report
firstcolumnUse case
headingsJWT feature, Workflow function, Field type, Automated action, Parser functions
cqllabel = "parser_func_projectproperty" and space = currentSpace()


Page properties
hiddentrue
id1


Parser function cloud
Map(error)
NotesNot possible to access the projects' description.




Page properties
hiddentrue



Status
Tech review

Status
colourGreen
titledone

Style guide

Status
colourGreen
titledone

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



Page properties
hiddentrue


Short description

Returns the value of a given project property.

Output

Status
subtletrue
titletext

Available since

Status
subtletrue
colourBlue
title2.2.8

Label