Created
April 9, 2020 15:07
-
-
Save dorkness-io/311a62fd7c875fec9530980cfd3c944e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select | |
p.pkey || '-' || ji.issuenum AS issue_key | |
,ja.actionbody | |
from jiraaction ja | |
right join jiraissue ji | |
on ja.issueid = ji.id | |
join project p | |
on p.id = ji.project | |
where p.pkey = 'TP'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment