...
Return information from jiraissue table given a list of comma separated keysissue keysÂ
No Format |
---|
SELECT i.created, i.summary, p.pkey||'-'||I.issuenum as "KeyKEY",summary,creator,resolutiondatecreated,updated,reporter,creator FROM JIRAISSUE i JOIN project p ON I.project=p.id WHERE p.pkey||'-'||I.issuenum in ('PICO-5910','KIT-98') |
...