/
User functions
User functions
currentUser()
It returns the Jira currentUser.
Example:
select currentUser() as “CurrentUser” from dual
CurrentUser |
---|
admin |
usernameKey(String)
It returns the username from the user key.
Example:
select usernameKey('JIRAUSER00001') as “Username” from dual
Username |
---|
johnsmith |
usernameDisplay(String)
It returns the full user’s name from the username.
Example:
select usernameKey('admin') as “Username Display” from dual
Username Display |
---|
John Smith |
, multiple selections available,
Related content
Custom Field Cascade
Custom Field Cascade
Read with this
JQL
Read with this
JQL and SQL (working together in the same query)
JQL and SQL (working together in the same query)
Read with this
Wiki markup, HTML & texts, Renderers....
Wiki markup, HTML & texts, Renderers....
Read with this