This function returns the name of the issue type with a given ID
issueType(id) #Output: Text
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example returns a text with the corresponding name of the issue type with the ID 10000 e.g. Task |
Additional information
Parameters used in this function
|
Parameter |
Input (data type) |
Description |
|---|---|---|
|
|
number |
A valid issue type ID. |
Output
This function returns a text .
If there is no issue type with the given ID, the function returns null .
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 ❌ |
|---|---|
|
Bash
|
Bash
|
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 | Workflow function | Parser functions |
|---|---|---|
| Set assignee depending on issue type |