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