Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Database Query
profile-nameSQL jira
refresh-buttontrue
profile8619700
bounding-boxtrue
SELECT 
issuenum, issuestatus.pname, reporter, assignee, issuetype, summary
FROM 
jiraissue LEFT JOIN customfieldvalue ON jiraissue.id = customfield
AND
project = (select id from project where pkey='SBM')
ORDER BY issuenum;