This function returns a text list with all the project keys in the Jira instance.


projectKeys() #Output: Text list



Parser expressionDescription


projectKeys()


This example might return:

"JWT, SPAD, ATJ", which are project keys.



This function returns a




Variant where you additionally define a project category.


projectKeys(projectCategory) #Output: Text list



Parser expressionDescription


projectKeys("Archive")


This example might return:

"XFORM", which is a project key.



Parameters used in this function

ParameterInput (data type)Description
projectCategory

Text containing a valid project category name.



This function returns a



Use cases and examples



Parser function cloud
Map(error)
NotesNot possible to find projects by their project category or without any parameter.






Status
Tech review

Style guide




Short description

Returns specific project keys.

Output

Available since

Label