This function returns the name of the resolution with a given ID.
Syntax
resolution(id) #Output: Text
Use this function to ensure expressions will continue to work after renaming resolutions:
Will continue to work after resolution name update | Will fail after resolution name update |
---|---|
%{issue.resolution} = resolution(10000) | %{issue.resolution} = "Won't Fix" |
Use cases and examples
Use case |
---|
No content found. |