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" |
You need to quickly look up the IDs of custom fields, statuses, issue types, resolutions, priorities ...?
Try our app Admin Toolbox for Jira which will show the IDs of all relevant elements by default!
Use cases and examples
Use case |
---|
No content found. |