This function returns the name of an issue security level with a given ID.


issueSecurityLevel(id) #Output: Text



Parser expressionDescription


issueSecurityLevel(10000)


This example returns a text with the corresponding name of the issue security level with the ID 10000.

e.g. Confidential




Parameters used in this function

ParameterInput (data type)Description
id

A valid issue security level ID.



This function returns a .

If there is no issue security level 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 security level name update (tick)Will fail after security level name update (error)


%{issue.securityLevel} = issueSecurityLevel(10000)



%{issue.securityLevel} = "Confidential"





Use cases and examples



Parser function cloud
Map(error)
NotesNot possible to access all of the Security Levels in the instance, so it's not possible to find them, just the one that the issue has.






Status
Tech review

Style guide




Short description

Returns the name of the issue security level with a given ID.

Output

Available since

Label