Versions Compared

Key

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


UI Text Box
sizemedium
typeinfo

This function returns the project type of a given project key.


Code Block
languagebash
titleSyntax
linenumberstrue
projectType(projectKey) #Output: Text


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
titleSyntax
linenumberstrue
projectType("JWT")


This example might return:

"Software", which is the project type of a project with the key "JWT".



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
projectKey

Status
subtletrue
titletext

Text containing a valid project key.



UI Expand
titleOutput

This function returns a

Status
subtletrue
titletext


UI Text Box
typetip

A project can be one of the following types: "Business", "Software" or "Service".



Image AddedUse cases and examples

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


Page properties
hiddentrue


Short description

Returns the type of a given project.

Output

Status
subtletrue
titletext

Available since

Status
subtletrue
colourBlue
title3.0.1

Label