Page History
Page properties | ||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||
|
Page properties | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||
|
UI Text Box | ||||
---|---|---|---|---|
| ||||
This function returns the name of the issue type with the given id. |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
issueType(id) #Output: Text |
UI Expand | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||
|
UI Expand | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
Parameters used in this function
|
UI Expand | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
This function returns a
If there is no issue type with the given id, the function returns
|
UI Text Box | |||||||
---|---|---|---|---|---|---|---|
| |||||||
You might want to use this function for several parser expression where you are e.g. checking against the current issue type. So even if you rename the issue type afterwards, the parser expression still works and won't break. Imagine an expression like this:
|