This function returns the name of the issue type with a given ID
Syntax
issueType(id) #Output: Text
Use this function to ensure expressions will continue to work after renaming resolutions:
Will continue to work after status name update | Will fail after status name update |
---|---|
%{issue.issueType} = issueType(10000) | %{issue.issueType} = "Task" |
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 | JWT feature | Workflow function | Field type | Automated action | Parser functions |
---|---|---|---|---|---|
Set assignee depending on issue type | issueType() |