This function returns the name of the issue type with a given ID


issueType(id) #Output: Text



Parser expressionDescription


issueType(10000)


This example returns a text with the corresponding name of the issue type with the ID 10000

e.g. Task



Parameters used in this function

ParameterInput (data type)Description
id

A valid issue type ID.



This function returns a .

If there is no issue type with the given ID, the function returns .


Use this function to ensure expressions will continue to work after renaming resolutions:

Will continue to work after status name update (tick)Will fail after status name update (error)


%{issue.issueType} = issueType(10000)



%{issue.issueType} = "Task"




Use cases and examples



Parser function cloud
Map(error)
NotesIssueType doesn't have a constructor, so it's not possible to find issue types.






Status
Tech review

Style guide




Short description

Returns the name of the issue type with a given ID

Output

Available since

Label