/
TIPS & TRICKS for building queries
TIPS & TRICKS for building queries
All query examples written in grey boxes are active. You can easily copy them and insert into your Query Console to test. Icon “Copy” appears when your cursor gets into grey query box.
Try me:
SELECT LINKISSUE(i.`KEY`) as 'Issue'
FROM ISSUE i
WHERE JQL='assignee = currentUser()'
Please pay attention that all chains (like JQL, new names of columns, for example) must be couted with a singl cuotes ' '
Dont forget about reserved key words in SQL, that must be cuoted with reverse accents, like this
`KEY WORD `
Related content
Connecting queries
Connecting queries
Read with this
User's Manual
User's Manual
Read with this
SQL Cloud - Dialect (Must read)
SQL Cloud - Dialect (Must read)
Read with this
Admin control & Global Permissions
Admin control & Global Permissions
Read with this
SQL Cloud - Query Console
SQL Cloud - Query Console
Read with this
SQL Cloud - Pivot Table
SQL Cloud - Pivot Table
Read with this