Can I concatenate strings in jql?

Wayne Walker December 3, 2014

I want to use this query:

 issueFunction in commented('by wwalker') and assignee != 'wwalker'

but I want to share it so it should use currentUser():

 issueFunction in commented('by' currentUser()) and assignee != currentUser()

but that doesnt' work and I can't find anything about string functions or concatenation in the manual ( https://confluence.atlassian.com/display/JIRA/Advanced+Searching - is there a straightforward JQL reference??)

1 answer

0 votes
SanaS
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 3, 2014

Sorry, it seems it's been requested but not implemented yet:

https://jamieechlin.atlassian.net/browse/GRV-250

Suggest an answer

Log in or Sign up to answer